From a4630089c7e615decff415ff1f0af71df964a4fb Mon Sep 17 00:00:00 2001 From: _zhiqiu Date: Fri, 10 May 2024 09:04:39 +0800 Subject: [PATCH] docs: Update vite-plugin.md Remove duplicate content --- docs/guide/vite-plugin.md | 6 ------ 1 file changed, 6 deletions(-) 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 } ```