Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44c9dd9

Browse files
committed
chore: update snapshot
1 parent6b0234e commit44c9dd9

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
<atarget="_blank"href="https://vitejs.dev/">Vite</a> +
16-
<atarget="_blank"href="https://vuejs.org/">Vue 2</a>.
16+
<atarget="_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-
<atarget="_blank"href="https://vuejs.org/">official documentation</a>
19+
<atarget="_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-
<atarget="_blank"href="https://vuex.vuejs.org/">Vuex</a>,
52-
<atarget="_blank"href="https://router.vuejs.org/">Vue Router</a>,
51+
<atarget="_blank"href="https://pinia.vuejs.org/">Pinia</a>,
52+
<atarget="_blank"href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<atarget="_blank"href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<atarget="_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-
<atarget="_blank"href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<atarget="_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
<atarget="_blank"href="https://vitejs.dev/">Vite</a> +
16-
<atarget="_blank"href="https://vuejs.org/">Vue 2</a>.
16+
<atarget="_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-
<atarget="_blank"href="https://vuejs.org/">official documentation</a>
19+
<atarget="_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-
<atarget="_blank"href="https://vuex.vuejs.org/">Vuex</a>,
52-
<atarget="_blank"href="https://router.vuejs.org/">Vue Router</a>,
51+
<atarget="_blank"href="https://pinia.vuejs.org/">Pinia</a>,
52+
<atarget="_blank"href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<atarget="_blank"href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<atarget="_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-
<atarget="_blank"href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<atarget="_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
<atarget="_blank"href="https://vitejs.dev/">Vite</a> +
16-
<atarget="_blank"href="https://vuejs.org/">Vue 2</a>.
16+
<atarget="_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-
<atarget="_blank"href="https://vuejs.org/">official documentation</a>
19+
<atarget="_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-
<atarget="_blank"href="https://vuex.vuejs.org/">Vuex</a>,
52-
<atarget="_blank"href="https://router.vuejs.org/">Vue Router</a>,
51+
<atarget="_blank"href="https://pinia.vuejs.org/">Pinia</a>,
52+
<atarget="_blank"href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<atarget="_blank"href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<atarget="_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-
<atarget="_blank"href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<atarget="_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
<atarget="_blank"href="https://vitejs.dev/">Vite</a> +
16-
<atarget="_blank"href="https://vuejs.org/">Vue 2</a>.
16+
<atarget="_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-
<atarget="_blank"href="https://vuejs.org/">official documentation</a>
19+
<atarget="_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-
<atarget="_blank"href="https://vuex.vuejs.org/">Vuex</a>,
52-
<atarget="_blank"href="https://router.vuejs.org/">Vue Router</a>,
51+
<atarget="_blank"href="https://pinia.vuejs.org/">Pinia</a>,
52+
<atarget="_blank"href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<atarget="_blank"href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<atarget="_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-
<atarget="_blank"href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<atarget="_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
<atarget="_blank"href="https://vitejs.dev/">Vite</a> +
16-
<atarget="_blank"href="https://vuejs.org/">Vue 2</a>.
16+
<atarget="_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-
<atarget="_blank"href="https://vuejs.org/">official documentation</a>
19+
<atarget="_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-
<atarget="_blank"href="https://vuex.vuejs.org/">Vuex</a>,
52-
<atarget="_blank"href="https://router.vuejs.org/">Vue Router</a>,
51+
<atarget="_blank"href="https://pinia.vuejs.org/">Pinia</a>,
52+
<atarget="_blank"href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<atarget="_blank"href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<atarget="_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-
<atarget="_blank"href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<atarget="_blank"href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp