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