fix: 🐛 组件路径错误修复

This commit is contained in:
ray
2024-11-11 00:42:38 +08:00
parent 2fc574a352
commit 79cacae85e

View File

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