fix: 🐛 低版本内核`Chrome`浏览器,打开浏览器显示空白问题修复
This commit is contained in:
parent
06eb1ff648
commit
c89909234e
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue