From 14ebd93312954d9d63d5985d03292e51d716bf81 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 7 Sep 2021 15:58:48 +0800 Subject: [PATCH] chore: make the wording the for the Documentation item more succint --- template/code/default/src/components/Welcome.vue | 6 ++---- template/code/router/src/components/Welcome.vue | 6 ++---- template/code/typescript-default/src/components/Welcome.vue | 6 ++---- template/code/typescript-router/src/components/Welcome.vue | 6 ++---- 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/template/code/default/src/components/Welcome.vue b/template/code/default/src/components/Welcome.vue index 9f3cdf4c..be13f3bc 100644 --- a/template/code/default/src/components/Welcome.vue +++ b/template/code/default/src/components/Welcome.vue @@ -14,11 +14,9 @@ import SupportIcon from './icons/IconSupport.vue' - Widely regarded as one of the best, Vue’s + Vue’s official documentation - will provide you with all information you need to get started. Whether you’re already a Vue - veteran or just trying the framework out, great chances are you’ll find the answer to your next - question there. + provides you with all information you need to get started. diff --git a/template/code/router/src/components/Welcome.vue b/template/code/router/src/components/Welcome.vue index 9f3cdf4c..be13f3bc 100644 --- a/template/code/router/src/components/Welcome.vue +++ b/template/code/router/src/components/Welcome.vue @@ -14,11 +14,9 @@ import SupportIcon from './icons/IconSupport.vue' - Widely regarded as one of the best, Vue’s + Vue’s official documentation - will provide you with all information you need to get started. Whether you’re already a Vue - veteran or just trying the framework out, great chances are you’ll find the answer to your next - question there. + provides you with all information you need to get started. diff --git a/template/code/typescript-default/src/components/Welcome.vue b/template/code/typescript-default/src/components/Welcome.vue index a4ee9e88..24b724a8 100644 --- a/template/code/typescript-default/src/components/Welcome.vue +++ b/template/code/typescript-default/src/components/Welcome.vue @@ -14,11 +14,9 @@ import SupportIcon from './icons/IconSupport.vue' - Widely regarded as one of the best, Vue’s + Vue’s official documentation - will provide you with all information you need to get started. Whether you’re already a Vue - veteran or just trying the framework out, great chances are you’ll find the answer to your next - question there. + provides you with all information you need to get started. diff --git a/template/code/typescript-router/src/components/Welcome.vue b/template/code/typescript-router/src/components/Welcome.vue index a4ee9e88..24b724a8 100644 --- a/template/code/typescript-router/src/components/Welcome.vue +++ b/template/code/typescript-router/src/components/Welcome.vue @@ -14,11 +14,9 @@ import SupportIcon from './icons/IconSupport.vue' - Widely regarded as one of the best, Vue’s + Vue’s official documentation - will provide you with all information you need to get started. Whether you’re already a Vue - veteran or just trying the framework out, great chances are you’ll find the answer to your next - question there. + provides you with all information you need to get started. -- 2.39.5