1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-29 04:20:22 +08:00

first commit

This commit is contained in:
zhangchuanlong
2022-01-08 17:20:46 +08:00
commit 8d0158be7c
80 changed files with 5240 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<script setup>
import SideLogo from './SideLogo.vue'
import SideMenu from './SideMenu.vue'
</script>
<template>
<side-logo />
<side-menu />
</template>