Skip to content

Commit

Permalink
docs: component inspector option (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
tradiff authored May 8, 2024
1 parent b929f98 commit 75de9a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/guide/vite-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,11 @@ interface VitePluginVueDevToolsOptions {
* @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
*/
clientHost?: string | false

/**
* Enable Vue Component Inspector
* @default true
*/
componentInspector?: boolean | true
}
```

0 comments on commit 75de9a7

Please sign in to comment.