@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
name: "iconList"
}
</script>
<style scoped>
</style>
@ -1404,9 +1404,15 @@
import iconList from "./component/iconList"
name: "index",
name: 'IconList',
data() {
return {}
},
components: {
iconList