From 3112d3f9f11c343a1fcdb7e41219b82b14d42311 Mon Sep 17 00:00:00 2001 From: hz <3451701311@qq.com> Date: Thu, 16 Oct 2025 15:18:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=20code=20inspector?= =?UTF-8?q?=20=E4=BC=98=E5=85=88=E6=89=93=E5=BC=80=20webstorm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index c077fe928..7db66c514 100644 --- a/vue.config.js +++ b/vue.config.js @@ -36,6 +36,7 @@ module.exports = { config.plugin('code-inspector-plugin').use( codeInspectorPlugin({ bundler: 'webpack', + editor: "webstorm" }) );