From 145aa583177270f7e32c487ee101fc73e14fbf1f Mon Sep 17 00:00:00 2001 From: Niels Bom Date: Tue, 21 Jan 2025 11:07:54 +0100 Subject: [PATCH] Update README.md - link to v7 devtools - link correctly - make more clear that this is the legacy devtools repo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffccc237d..ea2b1b236 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# Try the next iteration of Vue Devtools! +# This is an old version of the Vue Devtools -We have a brand new version of Devtools being developed at [vuejs/devtools-next](https://github.com/vuejs/devtools-next). It is now in beta, please help us [test it out](https://devtools-next.vuejs.org/getting-started/installation)! +The new version of Vue Devtools (v7 and higher) lives at [vuejs/devtools](https://github.com/vuejs/devtools). + +This repository contains the code for Vue Devtools v3 - v6. ---