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 b929f98 commit 75de9a7Copy full SHA for 75de9a7
docs/guide/vite-plugin.md
@@ -70,5 +70,11 @@ interface VitePluginVueDevToolsOptions {
70
* @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
71
*/
72
clientHost?: string | false
73
+
74
+ /**
75
+ * Enable Vue Component Inspector
76
+ * @default true
77
+ */
78
+ componentInspector?: boolean | true
79
}
80
```
0 commit comments