Skip to content

Commit

Permalink
fix: component inspector, close #137
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 18, 2023
1 parent 6faec60 commit d608a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/src/integrations/vue-inspector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function setup({ nuxt }: NuxtDevtoolsServerContext) {
return

addVitePlugin(VueInspector({
appendTo: 'entry.mjs',
appendTo: 'app/entry.js',
toggleComboKey: '',
toggleButtonVisibility: 'never',
}) as Plugin)
Expand Down

0 comments on commit d608a0f

Please sign in to comment.