From 92370349d649ced77ce19e26aa7e28350451a63e Mon Sep 17 00:00:00 2001 From: Aakash P R <67820270+aakash414@users.noreply.github.com> Date: Wed, 18 Jun 2025 08:33:48 +0530 Subject: [PATCH] Removed deprecated plugin mentioned in README.md TypeScript Vue Plugin (Volar) extension is no longer needed in version 2.0. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6acde01..9464630 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). - +[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/).