refactor: ♻️ 导航栏全局自动导入改为手动导入(只有一个页面引用)

This commit is contained in:
ray
2024-10-30 08:21:05 +08:00
parent b4183f59a9
commit 98ee8ff2d1
2 changed files with 2 additions and 2 deletions

View File

@@ -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();