提交 9b62b40a 编写于 作者: S sun_song_1203

Modified iconList

上级 42aba9d4
<template>
</template>
<script>
export default {
name: "iconList"
}
</script>
<style scoped>
</style>
\ No newline at end of file
......@@ -1404,9 +1404,15 @@
</template>
<script>
import iconList from "./component/iconList"
export default {
name: "index",
name: 'IconList',
data() {
return {}
},
components: {
iconList
}
}
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册