From ee6af561d95bba11803a2e7a19570f8f2aafc2db Mon Sep 17 00:00:00 2001 From: hz <3451701311@qq.com> Date: Tue, 21 Oct 2025 09:40:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=BA=20code=20inspector=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20showSwitch=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 57320bf6a..52c957760 100644 --- a/vue.config.js +++ b/vue.config.js @@ -37,7 +37,8 @@ module.exports = { config.plugin('code-inspector-plugin').use( codeInspectorPlugin({ bundler: 'webpack', - editor: 'webstorm' + editor: 'webstorm', + showSwitch: true }) )