From 6dc2d1d5a25bc7a2b6e597ce1b19db90395b473e Mon Sep 17 00:00:00 2001 From: Charles Chen Date: Tue, 15 Oct 2024 09:31:33 -0400 Subject: [PATCH] Small fix to docs --- README.md | 2 +- web/src/router/routes.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08d9fa9..7259608 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The `HelloWorld.vue` shows an example of how to use the global application state Of note with Pinia is that we get full intellisense 🎉 compared to Vuex. If you need to, you can create multiple stores (see the Pinia docs for examples). -Additionally, with [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) instead of Vetur, we finally get full intellisense in the templates as well! +Additionally, with [Vue Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) instead of Volar and Veture, we finally get full intellisense in the templates as well! ## Notes: diff --git a/web/src/router/routes.ts b/web/src/router/routes.ts index 2a29617..c82d49c 100644 --- a/web/src/router/routes.ts +++ b/web/src/router/routes.ts @@ -13,4 +13,4 @@ const routes: RouteRecordRaw[] = ] }]; -export default routes; \ No newline at end of file +export default routes;