Skip to content

Commit 44c9dd9

Browse files
committed
chore: update snapshot
1 parent 6b0234e commit 44c9dd9

File tree

32 files changed

+80
-80
lines changed

32 files changed

+80
-80
lines changed

playground/default/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defineProps({
1313
<h3>
1414
You’ve successfully created a project with
1515
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://vuejs.org/">Vue 2</a>.
16+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
1717
</h3>
1818
</div>
1919
</template>

playground/default/src/components/TheWelcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

1818
Vue’s
19-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848
<template #heading>Ecosystem</template>
4949

5050
Get official tools and libraries for your project:
51-
<a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

playground/pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defineProps({
1313
<h3>
1414
You’ve successfully created a project with
1515
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://vuejs.org/">Vue 2</a>.
16+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
1717
</h3>
1818
</div>
1919
</template>

playground/pinia-with-tests/src/components/TheWelcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

1818
Vue’s
19-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848
<template #heading>Ecosystem</template>
4949

5050
Get official tools and libraries for your project:
51-
<a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

playground/pinia/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defineProps({
1313
<h3>
1414
You’ve successfully created a project with
1515
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://vuejs.org/">Vue 2</a>.
16+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
1717
</h3>
1818
</div>
1919
</template>

playground/pinia/src/components/TheWelcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

1818
Vue’s
19-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848
<template #heading>Ecosystem</template>
4949

5050
Get official tools and libraries for your project:
51-
<a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

playground/router-pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defineProps({
1313
<h3>
1414
You’ve successfully created a project with
1515
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://vuejs.org/">Vue 2</a>.
16+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
1717
</h3>
1818
</div>
1919
</template>

playground/router-pinia-with-tests/src/components/TheWelcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

1818
Vue’s
19-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848
<template #heading>Ecosystem</template>
4949

5050
Get official tools and libraries for your project:
51-
<a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

playground/router-pinia/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defineProps({
1313
<h3>
1414
You’ve successfully created a project with
1515
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://vuejs.org/">Vue 2</a>.
16+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
1717
</h3>
1818
</div>
1919
</template>

playground/router-pinia/src/components/TheWelcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

1818
Vue’s
19-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848
<template #heading>Ecosystem</template>
4949

5050
Get official tools and libraries for your project:
51-
<a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

playground/router-with-tests/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defineProps({
1313
<h3>
1414
You’ve successfully created a project with
1515
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://vuejs.org/">Vue 2</a>.
16+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
1717
</h3>
1818
</div>
1919
</template>

playground/router-with-tests/src/components/TheWelcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

1818
Vue’s
19-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848
<template #heading>Ecosystem</template>
4949

5050
Get official tools and libraries for your project:
51-
<a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

playground/router/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defineProps({
1313
<h3>
1414
You’ve successfully created a project with
1515
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://vuejs.org/">Vue 2</a>.
16+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
1717
</h3>
1818
</div>
1919
</template>

playground/router/src/components/TheWelcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

1818
Vue’s
19-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848
<template #heading>Ecosystem</template>
4949

5050
Get official tools and libraries for your project:
51-
<a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

playground/typescript-pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defineProps<{
1010
<h3>
1111
You’ve successfully created a project with
1212
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
13-
<a target="_blank" href="https://vuejs.org/">Vue 2</a>.
13+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
1414
</h3>
1515
</div>
1616
</template>

playground/typescript-pinia-with-tests/src/components/TheWelcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

1818
Vue’s
19-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848
<template #heading>Ecosystem</template>
4949

5050
Get official tools and libraries for your project:
51-
<a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

playground/typescript-pinia/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defineProps<{
1010
<h3>
1111
You’ve successfully created a project with
1212
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
13-
<a target="_blank" href="https://vuejs.org/">Vue 2</a>.
13+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
1414
</h3>
1515
</div>
1616
</template>

playground/typescript-pinia/src/components/TheWelcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

1818
Vue’s
19-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848
<template #heading>Ecosystem</template>
4949

5050
Get official tools and libraries for your project:
51-
<a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

playground/typescript-router-pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defineProps<{
1010
<h3>
1111
You’ve successfully created a project with
1212
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
13-
<a target="_blank" href="https://vuejs.org/">Vue 2</a>. What's next?
13+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>. What's next?
1414
</h3>
1515
</div>
1616
</template>

playground/typescript-router-pinia-with-tests/src/components/TheWelcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

1818
Vue’s
19-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848
<template #heading>Ecosystem</template>
4949

5050
Get official tools and libraries for your project:
51-
<a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

playground/typescript-router-pinia/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defineProps<{
1010
<h3>
1111
You’ve successfully created a project with
1212
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
13-
<a target="_blank" href="https://vuejs.org/">Vue 2</a>. What's next?
13+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>. What's next?
1414
</h3>
1515
</div>
1616
</template>

0 commit comments

Comments
 (0)