fix: 解决overlay runtime error

This commit is contained in:
caoqianming 2024-11-07 08:25:47 +08:00
parent d190c47c3b
commit 32547f26f1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ module.exports = defineConfig({
}, },
client: { client: {
overlay: { overlay: {
// runtimeErrors: false, runtimeErrors: false,
}, },
}, },
}, },