Skip to content

Commit c03f690

Browse files
committed
docs: replace vuex link with pinia
1 parent 2fe7015 commit c03f690

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

template/code/default/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ 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>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
5252
<a target="_blank" href="https://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

template/code/router/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ 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>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
5252
<a target="_blank" href="https://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

template/code/typescript-default/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ 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>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
5252
<a target="_blank" href="https://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

template/code/typescript-router/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ 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>,
51+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
5252
<a target="_blank" href="https://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

0 commit comments

Comments
 (0)