项目微调
引入按需自动导入插件,避免开发人员显示导入vue的函数
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
defineOptions({
|
||||
name: "App",
|
||||
});
|
||||
import { onMounted, reactive, computed } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { getBrowserLang } from "@/utils";
|
||||
import { useTheme } from "@/hooks/useTheme";
|
||||
|
||||
Reference in New Issue
Block a user