add documentation for router and stores.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"patterns": {
|
"patterns": {
|
||||||
"**/*.vue": "https://vuejs.org/guide/introduction.html"
|
"**/*.vue": "https://vuejs.org/guide/introduction.html",
|
||||||
|
"**/*.store.ts": "https://pinia.vuejs.org/introduction.html",
|
||||||
|
"**/router/*.ts": "https://router.vuejs.org/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user