refactor: ♻️ 导航栏全局自动导入改为手动导入(只有一个页面引用)
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
import { LayoutEnum } from "@/enums/LayoutEnum";
|
||||
import { useSettingsStore, usePermissionStore, useAppStore } from "@/store";
|
||||
|
||||
import NavbarRight from "../NavBar/components/NavbarRight.vue";
|
||||
|
||||
const appStore = useAppStore();
|
||||
const settingsStore = useSettingsStore();
|
||||
const permissionStore = usePermissionStore();
|
||||
|
||||
Reference in New Issue
Block a user