From c03f6909f2d77d2339bc55a5430ddadeb8dfc7b4 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Wed, 22 Dec 2021 16:53:03 +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 6b274603..4d37dc5d 100644 --- a/template/code/default/src/components/TheWelcome.vue +++ b/template/code/default/src/components/TheWelcome.vue @@ -48,7 +48,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 diff --git a/template/code/router/src/components/TheWelcome.vue b/template/code/router/src/components/TheWelcome.vue index 6b274603..4d37dc5d 100644 --- a/template/code/router/src/components/TheWelcome.vue +++ b/template/code/router/src/components/TheWelcome.vue @@ -48,7 +48,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 diff --git a/template/code/typescript-default/src/components/TheWelcome.vue b/template/code/typescript-default/src/components/TheWelcome.vue index 2eae6a47..88a4423a 100644 --- a/template/code/typescript-default/src/components/TheWelcome.vue +++ b/template/code/typescript-default/src/components/TheWelcome.vue @@ -48,7 +48,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 diff --git a/template/code/typescript-router/src/components/TheWelcome.vue b/template/code/typescript-router/src/components/TheWelcome.vue index 2eae6a47..88a4423a 100644 --- a/template/code/typescript-router/src/components/TheWelcome.vue +++ b/template/code/typescript-router/src/components/TheWelcome.vue @@ -48,7 +48,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 -- 2.47.3