From 32547f26f1dc4e57f104978ac34712f095fc1e92 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 7 Nov 2024 08:25:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3overlay=20runtime=20er?= =?UTF-8?q?ror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 3090250b..8275c803 100644 --- a/vue.config.js +++ b/vue.config.js @@ -26,7 +26,7 @@ module.exports = defineConfig({ }, client: { overlay: { - // runtimeErrors: false, + runtimeErrors: false, }, }, },