1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-05-01 06:39:01 +08:00

refactor: 重构sidebar

This commit is contained in:
张传龙 2022-05-13 14:52:11 +08:00
parent 1190d08a87
commit 1254a199d7
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<script setup> <script setup>
import SideLogo from './SideLogo.vue' import SideLogo from './components/SideLogo.vue'
import SideMenu from './SideMenu.vue' import SideMenu from './components/SideMenu.vue'
</script> </script>
<template> <template>