]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs(zh): fix the sidebar link path (#2105)
authorzifengb <987400803@qq.com>
Wed, 10 Jan 2024 09:56:56 +0000 (17:56 +0800)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2024 09:56:56 +0000 (10:56 +0100)
packages/docs/.vitepress/config/zh.ts

index 62f509203b9f522490f5c3b092cbc010df6e52d3..7d7425c1169f4fc42ea039cbbe4af00631dfbc1d 100644 (file)
@@ -145,7 +145,7 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
             },
             {
               text: 'RouterView 插槽',
-              link: '/guide/advanced/router-view-slot.html',
+              link: '/zh/guide/advanced/router-view-slot.html',
             },
             {
               text: '过渡动效',