gerson
2025-02-20 a762b59c2c4b459f72ede19716d476bb3513f622
src/layout/component/aside.vue
@@ -17,6 +17,7 @@
import { useThemeConfig } from '/@/stores/themeConfig';
import { useTagsViewRoutes } from '/@/stores/tagsViewRoutes';
import mittBus from '/@/utils/mitt';
import '/@/stores/global';
// 引入组件
const Logo = defineAsyncComponent(() => import('/@/layout/logo/index.vue'));