We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ea97b commit 8b3e0acCopy full SHA for 8b3e0ac
packages/vite/src/vite.ts
@@ -199,7 +199,7 @@ export default function VitePluginVueDevTools(options?: VitePluginVueDevToolsOpt
199
pluginOptions.componentInspector && VueInspector({
200
toggleComboKey: '',
201
toggleButtonVisibility: 'never',
202
- launchEditor: 'pluginOptions.launchEditor',
+ launchEditor: pluginOptions.launchEditor,
203
...typeof pluginOptions.componentInspector === 'boolean'
204
? {}
205
: pluginOptions.componentInspector,
0 commit comments