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 f6ac62f commit 5899bf0Copy full SHA for 5899bf0
.vitepress/config.js
@@ -12,7 +12,7 @@ export default {
12
localeLinks: {
13
items: [
14
{text: 'English', link: '/'},
15
- {text: '中文简体 (未完成)', link: '/zh/'}
+ {text: '中文简体', link: '/zh/'}
16
]
17
},
18
locales: locales.themeConfig
.vitepress/locales/zh.js
@@ -1,10 +1,9 @@
1
2
export default {
3
vitepressConfig: {
4
- title: 'Vue 3 迁移指南 (未完成,存在过期内容,请谨慎参考)',
+ title: 'Vue 3 迁移指南',
5
description: '从 Vue 2 迁移到 Vue 3 的指南',
6
lang: 'zh-CN',
7
- base: '/zh/',
8
9
themeConfig: {
10
docFooter: {
0 commit comments