Skip to content

Commit

Permalink
Modified iconList
Browse files Browse the repository at this point in the history
  • Loading branch information
sun_song_1203 committed Apr 29, 2020
1 parent 42aba9d commit 9b62b40
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
13 changes: 13 additions & 0 deletions web/src/view/iconList/component/iconList.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<template>

</template>

<script>
export default {
name: "iconList"
}
</script>

<style scoped>
</style>
10 changes: 8 additions & 2 deletions web/src/view/iconList/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1404,9 +1404,15 @@
</template>

<script>
import iconList from "./component/iconList"
export default {
name: "index",
name: 'IconList',
data() {
return {}
},
components: {
iconList
}
}
</script>

Expand Down

0 comments on commit 9b62b40

Please sign in to comment.