Skip to content

Commit 75de9a7

Browse files
authored
docs: component inspector option (#364)
1 parent b929f98 commit 75de9a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/guide/vite-plugin.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,11 @@ interface VitePluginVueDevToolsOptions {
7070
* @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
7171
*/
7272
clientHost?: string | false
73+
74+
/**
75+
* Enable Vue Component Inspector
76+
* @default true
77+
*/
78+
componentInspector?: boolean | true
7379
}
7480
```

0 commit comments

Comments
 (0)