]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: update snapshot
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 7 Feb 2022 08:14:21 +0000 (16:14 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 7 Feb 2022 08:14:21 +0000 (16:14 +0800)
32 files changed:
playground/default/src/components/HelloWorld.vue
playground/default/src/components/TheWelcome.vue
playground/pinia-with-tests/src/components/HelloWorld.vue
playground/pinia-with-tests/src/components/TheWelcome.vue
playground/pinia/src/components/HelloWorld.vue
playground/pinia/src/components/TheWelcome.vue
playground/router-pinia-with-tests/src/components/HelloWorld.vue
playground/router-pinia-with-tests/src/components/TheWelcome.vue
playground/router-pinia/src/components/HelloWorld.vue
playground/router-pinia/src/components/TheWelcome.vue
playground/router-with-tests/src/components/HelloWorld.vue
playground/router-with-tests/src/components/TheWelcome.vue
playground/router/src/components/HelloWorld.vue
playground/router/src/components/TheWelcome.vue
playground/typescript-pinia-with-tests/src/components/HelloWorld.vue
playground/typescript-pinia-with-tests/src/components/TheWelcome.vue
playground/typescript-pinia/src/components/HelloWorld.vue
playground/typescript-pinia/src/components/TheWelcome.vue
playground/typescript-router-pinia-with-tests/src/components/HelloWorld.vue
playground/typescript-router-pinia-with-tests/src/components/TheWelcome.vue
playground/typescript-router-pinia/src/components/HelloWorld.vue
playground/typescript-router-pinia/src/components/TheWelcome.vue
playground/typescript-router-with-tests/src/components/HelloWorld.vue
playground/typescript-router-with-tests/src/components/TheWelcome.vue
playground/typescript-router/src/components/HelloWorld.vue
playground/typescript-router/src/components/TheWelcome.vue
playground/typescript-with-tests/src/components/HelloWorld.vue
playground/typescript-with-tests/src/components/TheWelcome.vue
playground/typescript/src/components/HelloWorld.vue
playground/typescript/src/components/TheWelcome.vue
playground/with-tests/src/components/HelloWorld.vue
playground/with-tests/src/components/TheWelcome.vue

index 246beb3466e8f9822e679fedc6dd6008de63a123..de8b576aa908fc6f7fe3f5e4ed4c59162efdc0f3 100644 (file)
@@ -13,7 +13,7 @@ defineProps({
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 6b274603a4bec294b3457f0ee82dfbeea53494ae..cccc38efb5ad839f9c1247fee74d0e7edffda003 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index 246beb3466e8f9822e679fedc6dd6008de63a123..de8b576aa908fc6f7fe3f5e4ed4c59162efdc0f3 100644 (file)
@@ -13,7 +13,7 @@ defineProps({
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 6b274603a4bec294b3457f0ee82dfbeea53494ae..cccc38efb5ad839f9c1247fee74d0e7edffda003 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index 246beb3466e8f9822e679fedc6dd6008de63a123..de8b576aa908fc6f7fe3f5e4ed4c59162efdc0f3 100644 (file)
@@ -13,7 +13,7 @@ defineProps({
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 6b274603a4bec294b3457f0ee82dfbeea53494ae..cccc38efb5ad839f9c1247fee74d0e7edffda003 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index 246beb3466e8f9822e679fedc6dd6008de63a123..de8b576aa908fc6f7fe3f5e4ed4c59162efdc0f3 100644 (file)
@@ -13,7 +13,7 @@ defineProps({
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 6b274603a4bec294b3457f0ee82dfbeea53494ae..cccc38efb5ad839f9c1247fee74d0e7edffda003 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index 246beb3466e8f9822e679fedc6dd6008de63a123..de8b576aa908fc6f7fe3f5e4ed4c59162efdc0f3 100644 (file)
@@ -13,7 +13,7 @@ defineProps({
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 6b274603a4bec294b3457f0ee82dfbeea53494ae..cccc38efb5ad839f9c1247fee74d0e7edffda003 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index 246beb3466e8f9822e679fedc6dd6008de63a123..de8b576aa908fc6f7fe3f5e4ed4c59162efdc0f3 100644 (file)
@@ -13,7 +13,7 @@ defineProps({
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 6b274603a4bec294b3457f0ee82dfbeea53494ae..cccc38efb5ad839f9c1247fee74d0e7edffda003 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index 246beb3466e8f9822e679fedc6dd6008de63a123..de8b576aa908fc6f7fe3f5e4ed4c59162efdc0f3 100644 (file)
@@ -13,7 +13,7 @@ defineProps({
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 6b274603a4bec294b3457f0ee82dfbeea53494ae..cccc38efb5ad839f9c1247fee74d0e7edffda003 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index db400342b80b761f1ea499e12a3e7848152bdda0..624fb3e024ad4c26d2e6e35b152a7b910548faaf 100644 (file)
@@ -10,7 +10,7 @@ defineProps<{
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 2eae6a478e1cd955c719323be1f8a58a2f915240..51d1239244449a67efe20c155b666e0011293a48 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index db400342b80b761f1ea499e12a3e7848152bdda0..624fb3e024ad4c26d2e6e35b152a7b910548faaf 100644 (file)
@@ -10,7 +10,7 @@ defineProps<{
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 2eae6a478e1cd955c719323be1f8a58a2f915240..51d1239244449a67efe20c155b666e0011293a48 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index c1d1964af0522945556d5cab11d3566e0a33e134..bf0a052f30af9456cad45c21db6b8ae71a13a2cb 100644 (file)
@@ -10,7 +10,7 @@ defineProps<{
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>. What's next?
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>. What's next?
     </h3>
   </div>
 </template>
index 2eae6a478e1cd955c719323be1f8a58a2f915240..51d1239244449a67efe20c155b666e0011293a48 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index c1d1964af0522945556d5cab11d3566e0a33e134..bf0a052f30af9456cad45c21db6b8ae71a13a2cb 100644 (file)
@@ -10,7 +10,7 @@ defineProps<{
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>. What's next?
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>. What's next?
     </h3>
   </div>
 </template>
index 2eae6a478e1cd955c719323be1f8a58a2f915240..51d1239244449a67efe20c155b666e0011293a48 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index c1d1964af0522945556d5cab11d3566e0a33e134..bf0a052f30af9456cad45c21db6b8ae71a13a2cb 100644 (file)
@@ -10,7 +10,7 @@ defineProps<{
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>. What's next?
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>. What's next?
     </h3>
   </div>
 </template>
index 2eae6a478e1cd955c719323be1f8a58a2f915240..51d1239244449a67efe20c155b666e0011293a48 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index c1d1964af0522945556d5cab11d3566e0a33e134..bf0a052f30af9456cad45c21db6b8ae71a13a2cb 100644 (file)
@@ -10,7 +10,7 @@ defineProps<{
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>. What's next?
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>. What's next?
     </h3>
   </div>
 </template>
index 2eae6a478e1cd955c719323be1f8a58a2f915240..51d1239244449a67efe20c155b666e0011293a48 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index db400342b80b761f1ea499e12a3e7848152bdda0..624fb3e024ad4c26d2e6e35b152a7b910548faaf 100644 (file)
@@ -10,7 +10,7 @@ defineProps<{
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 2eae6a478e1cd955c719323be1f8a58a2f915240..51d1239244449a67efe20c155b666e0011293a48 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index db400342b80b761f1ea499e12a3e7848152bdda0..624fb3e024ad4c26d2e6e35b152a7b910548faaf 100644 (file)
@@ -10,7 +10,7 @@ defineProps<{
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 2eae6a478e1cd955c719323be1f8a58a2f915240..51d1239244449a67efe20c155b666e0011293a48 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>
index 246beb3466e8f9822e679fedc6dd6008de63a123..de8b576aa908fc6f7fe3f5e4ed4c59162efdc0f3 100644 (file)
@@ -13,7 +13,7 @@ defineProps({
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://vuejs.org/">Vue 2</a>.
+      <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
     </h3>
   </div>
 </template>
index 6b274603a4bec294b3457f0ee82dfbeea53494ae..cccc38efb5ad839f9c1247fee74d0e7edffda003 100644 (file)
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Documentation</template>
 
       Vue’s
-      <a target="_blank" href="https://vuejs.org/">official documentation</a>
+      <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
       provides you with all information you need to get started.
     </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
       <template #heading>Ecosystem</template>
 
       Get official tools and libraries for your project:
-      <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
-      <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+      <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
+      <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
       <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
       <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
       more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
 
       As an independent project, Vue relies on community backing for its sustainability. You can
       help us by
-      <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
+      <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
     </WelcomeItem>
   </div>
 </template>