From 3ee738e6a990dca48489a6291eaafee26e9809b8 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Wed, 22 Dec 2021 16:52:18 +0800 Subject: [PATCH] docs: replace vuex link with pinia --- template/code/default/src/components/TheWelcome.vue | 2 +- template/code/router/src/components/TheWelcome.vue | 2 +- template/code/typescript-default/src/components/TheWelcome.vue | 2 +- template/code/typescript-router/src/components/TheWelcome.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/template/code/default/src/components/TheWelcome.vue b/template/code/default/src/components/TheWelcome.vue index 1d003f86..3ab0f18f 100644 --- a/template/code/default/src/components/TheWelcome.vue +++ b/template/code/default/src/components/TheWelcome.vue @@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue' Get official tools and libraries for your project: - Vuex, + Pinia, Vue Router, Vue Test Utils, and Vue Dev Tools. If you need more diff --git a/template/code/router/src/components/TheWelcome.vue b/template/code/router/src/components/TheWelcome.vue index 1d003f86..3ab0f18f 100644 --- a/template/code/router/src/components/TheWelcome.vue +++ b/template/code/router/src/components/TheWelcome.vue @@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue' Get official tools and libraries for your project: - Vuex, + Pinia, Vue Router, Vue Test Utils, and Vue Dev Tools. If you need more diff --git a/template/code/typescript-default/src/components/TheWelcome.vue b/template/code/typescript-default/src/components/TheWelcome.vue index b91a8edd..ad88e8f9 100644 --- a/template/code/typescript-default/src/components/TheWelcome.vue +++ b/template/code/typescript-default/src/components/TheWelcome.vue @@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue' Get official tools and libraries for your project: - Vuex, + Pinia, Vue Router, Vue Test Utils, and Vue Dev Tools. If you need more diff --git a/template/code/typescript-router/src/components/TheWelcome.vue b/template/code/typescript-router/src/components/TheWelcome.vue index b91a8edd..ad88e8f9 100644 --- a/template/code/typescript-router/src/components/TheWelcome.vue +++ b/template/code/typescript-router/src/components/TheWelcome.vue @@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue' Get official tools and libraries for your project: - Vuex, + Pinia, Vue Router, Vue Test Utils, and Vue Dev Tools. If you need more -- 2.39.5