From 6a530f5eff63f1eccae0c833f8557e38465d8089 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 23 Jul 2023 20:29:42 +0200 Subject: [PATCH] add pinia documentation --- .doc-jitrc.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.doc-jitrc.json b/.doc-jitrc.json index 6b0db74..7a4d47e 100644 --- a/.doc-jitrc.json +++ b/.doc-jitrc.json @@ -5,6 +5,12 @@ "label": "Vite documentation", "uri": "https://vitejs.dev/" } + ], + "**/*store.ts": [ + { + "label": "Pinia documentation", + "uri": "https://pinia.vuejs.org/getting-started.html" + } ] } } \ No newline at end of file