Skip to content

Commit 3ee738e

Browse files
committed
docs: replace vuex link with pinia
1 parent eb933c7 commit 3ee738e

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
@@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue'
4747
<template #heading>Ecosystem</template>
4848

4949
Get official tools and libraries for your project:
50-
<a target="_blank" href="https://next.vuex.vuejs.org/">Vuex</a>,
50+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
5151
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
5252
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5353
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue'
4747
<template #heading>Ecosystem</template>
4848

4949
Get official tools and libraries for your project:
50-
<a target="_blank" href="https://next.vuex.vuejs.org/">Vuex</a>,
50+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
5151
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
5252
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5353
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue'
4747
<template #heading>Ecosystem</template>
4848

4949
Get official tools and libraries for your project:
50-
<a target="_blank" href="https://next.vuex.vuejs.org/">Vuex</a>,
50+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
5151
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
5252
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5353
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue'
4747
<template #heading>Ecosystem</template>
4848

4949
Get official tools and libraries for your project:
50-
<a target="_blank" href="https://next.vuex.vuejs.org/">Vuex</a>,
50+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
5151
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
5252
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5353
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more

0 commit comments

Comments
 (0)