Modified iconList
This commit is contained in:
parent
b7a0a6ee08
commit
4b07123509
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "iconList"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
|
@ -1404,9 +1404,15 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import iconList from "./component/iconList"
|
||||
export default {
|
||||
name: "index",
|
||||
|
||||
name: 'IconList',
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
components: {
|
||||
iconList
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue