We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378004b commit 85dd65cCopy full SHA for 85dd65c
packages/docs/.vitepress/config/en.ts
@@ -47,12 +47,12 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
47
text: 'Vue.js Certification',
48
link: 'https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=pinia_vuejs&utm_medium=link&utm_campaign=pinia_vuejs_links&utm_content=navbar',
49
},
50
- {
51
- text: 'v3.x',
52
- items: [{ text: 'v2.x', link: 'https://v2.pinia.vuejs.org' }],
53
- },
54
],
55
+ {
+ text: 'v3.x',
+ items: [{ text: 'v2.x', link: 'https://v2.pinia.vuejs.org' }],
+ },
56
57
58
sidebar: {
0 commit comments