fix: overlay error

This commit is contained in:
caoqianming 2024-12-05 18:18:19 +08:00
parent a019b681ee
commit a17263b07a
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,
}, },
}, },
}, },