docs: pass isZhCN prop to PrevAndNext (#4786)
Co-authored-by: chengcq <chengcq@getui.com>pull/4791/head
parent
8fc4d7ac9c
commit
f2994c8fcc
|
@ -64,7 +64,7 @@
|
|||
</a-avatar>
|
||||
</a-dropdown>
|
||||
</div>
|
||||
<PrevAndNext :menus="menus" :current-menu-index="currentMenuIndex" />
|
||||
<PrevAndNext :menus="menus" :current-menu-index="currentMenuIndex" :is-zh-c-n="isZhCN" />
|
||||
<Footer />
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
|
Loading…
Reference in New Issue