fix: 🐛 导入组件路径错误问题修复
This commit is contained in:
@@ -52,7 +52,7 @@ import defaultSettings from "@/settings";
|
||||
import { DeviceEnum } from "@/enums/DeviceEnum";
|
||||
import { LayoutEnum } from "@/enums/LayoutEnum";
|
||||
|
||||
import NavBar from "@/components/NavBar/index.vue";
|
||||
import NavBar from "./components/NavBar/index.vue";
|
||||
|
||||
const appStore = useAppStore();
|
||||
const settingsStore = useSettingsStore();
|
||||
|
||||
Reference in New Issue
Block a user