diff --git a/docs/guide/vite-plugin.md b/docs/guide/vite-plugin.md index 612d91fb..cc48e762 100644 --- a/docs/guide/vite-plugin.md +++ b/docs/guide/vite-plugin.md @@ -84,11 +84,5 @@ 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 } ```