Skip to content

Commit f2994c8

Browse files
recovery-altchengcq
and
chengcq
authored
docs: pass isZhCN prop to PrevAndNext (#4786)
Co-authored-by: chengcq <[email protected]>
1 parent 8fc4d7a commit f2994c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/layouts/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</a-avatar>
6565
</a-dropdown>
6666
</div>
67-
<PrevAndNext :menus="menus" :current-menu-index="currentMenuIndex" />
67+
<PrevAndNext :menus="menus" :current-menu-index="currentMenuIndex" :is-zh-c-n="isZhCN" />
6868
<Footer />
6969
</a-col>
7070
</a-row>

0 commit comments

Comments
 (0)