mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs(nav-bar): replace click-right with click-left for second example (#12920)
This commit is contained in:
parent
eb0073c84b
commit
9a14844fd9
@ -33,7 +33,7 @@ const onClickRight = () => showToast(t('button'));
|
||||
:title="t('title')"
|
||||
:left-text="t('back')"
|
||||
left-arrow
|
||||
@click-right="onClickRight"
|
||||
@click-left="onClickLeft"
|
||||
/>
|
||||
</demo-block>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user