1
0
forked from Leaf/amber-ui

移除 多余的导入

This commit is contained in:
Twilight 2024-09-27 14:20:50 +08:00
parent cce7595932
commit de329cd3c4

View File

@ -5,7 +5,7 @@ import { NLayout } from "naive-ui";
// import router from "../router";
import Header from "./Header.vue";
import element from "@/config/element";
import { useIsMobile, useIsTablet } from "@/utils/composables";
import { useIsMobile } from "@/utils/composables";
import { useAppStore } from "@/stores/app";
// const currentRoute = computed(() => router.currentRoute.value.name);