Small fix to docs

This commit is contained in:
Charles Chen
2024-10-15 09:31:33 -04:00
parent 3584f28aad
commit 6dc2d1d5a2
2 changed files with 2 additions and 2 deletions

View File

@@ -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). 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: ## Notes:

View File

@@ -13,4 +13,4 @@ const routes: RouteRecordRaw[] =
] ]
}]; }];
export default routes; export default routes;