From fca18707e7c0e853606a9a4b39d135c61aab3165 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 9 Apr 2023 10:07:53 +0200 Subject: [PATCH] add documentation for router and stores. --- .doc-jitrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.doc-jitrc b/.doc-jitrc index fdfe562..b5dfc5e 100644 --- a/.doc-jitrc +++ b/.doc-jitrc @@ -1,5 +1,7 @@ { "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/" } } \ No newline at end of file