Skip to content

Commit 1cf14f8

Browse files
authored
docs(zh): fix the sidebar link path (#2105)
1 parent 2df32af commit 1cf14f8

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/.vitepress/config

1 file changed

+1
-1
lines changed

packages/docs/.vitepress/config/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
145145
},
146146
{
147147
text: 'RouterView 插槽',
148-
link: '/guide/advanced/router-view-slot.html',
148+
link: '/zh/guide/advanced/router-view-slot.html',
149149
},
150150
{
151151
text: '过渡动效',

0 commit comments

Comments
 (0)