mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
Modified iconList
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user