From b02f436d1949b3ae8f9fed817444bcc40b91ed1b Mon Sep 17 00:00:00 2001 From: xaomin <58684816+aaa1223aaa@users.noreply.github.com> Date: Thu, 13 Nov 2025 16:51:18 +0800 Subject: [PATCH] Update Vite compatibility requirement to v7.0 You should need version 7.0 or above here --- docs/guide/vite-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/vite-plugin.md b/docs/guide/vite-plugin.md index 0f62ebc0f..2542bfeda 100644 --- a/docs/guide/vite-plugin.md +++ b/docs/guide/vite-plugin.md @@ -3,7 +3,7 @@ > We provide a Vite plugin for running Vue DevTools. If your project uses Vite, we highly recommend using it as the preferred option for running DevTools, as it offers more powerful features. :::tip Compatibility Note -Vue DevTools requires **Vite v3.1 or higher**. +Vue DevTools requires **Vite v7.0 or higher**. ::: ## Installation