fix: 🐛 低版本内核Chrome浏览器,打开浏览器显示空白问题修复
Former-commit-id: c89909234ebee431f7577918a125e34652bb0152
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