Skip to content

Commit 5d2d730

Browse files
committed
fix(vite): fix inspector short key failure
1 parent 5e60d64 commit 5d2d730

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vite/src/vite.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export default function VitePluginVueDevTools(options?: VitePluginVueDevToolsOpt
209209
return [
210210
inspect as PluginOption,
211211
pluginOptions.componentInspector && VueInspector({
212-
toggleComboKey: '',
213212
toggleButtonVisibility: 'never',
214213
launchEditor: pluginOptions.launchEditor,
215214
...typeof pluginOptions.componentInspector === 'boolean'

0 commit comments

Comments
 (0)