mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 15:40:52 +00:00
docs(nav-bar): replace click-right with click-left for second example (#12920)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user