Skip to content

Commit 9ff1d4c

Browse files
author
piexlMax(奇淼
committed
fix: 修复 vueDevTools 插件的缩进问题
1 parent d404fcf commit 9ff1d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default ({ mode }) => {
9999
optimizeDeps,
100100
plugins: [
101101
process.env.VITE_POSITION === 'open' &&
102-
vueDevTools({ launchEditor: process.env.VITE_EDITOR }),
102+
vueDevTools({ launchEditor: process.env.VITE_EDITOR }),
103103
legacyPlugin({
104104
targets: [
105105
'Android > 39',

0 commit comments

Comments
 (0)