fix: 🐛 低版本内核`Chrome`浏览器,打开浏览器显示空白问题修复

This commit is contained in:
郝先瑞 2023-09-13 18:32:43 +08:00
parent 06eb1ff648
commit c89909234e
1 changed files with 3 additions and 1 deletions

View File

@ -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: {