1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 12:10:20 +08:00
This commit is contained in:
zhangchuanlong
2022-02-25 14:15:08 +08:00
11 changed files with 880 additions and 512 deletions

View File

@@ -1,6 +1,4 @@
<script setup>
import { NLayout, NLayoutHeader, NLayoutSider } from 'naive-ui'
import AppHeader from './components/header/index.vue'
import SideMenu from './components/sidebar/index.vue'
import AppMain from './components/AppMain.vue'