Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin
This commit is contained in:
commit
1705289466
|
|
@ -58,7 +58,9 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
vue(),
|
vue(),
|
||||||
UnoCSS({}),
|
UnoCSS({
|
||||||
|
hmrTopLevelAwait: false,
|
||||||
|
}),
|
||||||
AutoImport({
|
AutoImport({
|
||||||
imports: ["vue", "@vueuse/core"], // 自动导入 Vue 相关函数,如:ref, reactive, toRef 等
|
imports: ["vue", "@vueuse/core"], // 自动导入 Vue 相关函数,如:ref, reactive, toRef 等
|
||||||
eslintrc: {
|
eslintrc: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue