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 7f1476d commit 80fb238Copy full SHA for 80fb238
docs/guide/vite-plugin.md
@@ -84,11 +84,5 @@ interface VitePluginVueDevToolsOptions {
84
* @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
85
*/
86
clientHost?: string | false
87
-
88
- /**
89
- * Enable Vue Component Inspector
90
- * @default true
91
- */
92
- componentInspector?: boolean | true
93
}
94
```
0 commit comments