Skip to content

Commit 8b3e0ac

Browse files
committed
chore: fix typo
1 parent b7ea97b commit 8b3e0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/vite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default function VitePluginVueDevTools(options?: VitePluginVueDevToolsOpt
199199
pluginOptions.componentInspector && VueInspector({
200200
toggleComboKey: '',
201201
toggleButtonVisibility: 'never',
202-
launchEditor: 'pluginOptions.launchEditor',
202+
launchEditor: pluginOptions.launchEditor,
203203
...typeof pluginOptions.componentInspector === 'boolean'
204204
? {}
205205
: pluginOptions.componentInspector,

0 commit comments

Comments
 (0)