Skip to content

Commit

Permalink
docs(nav-bar): replace click-right with click-left for second example (
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji authored Jun 10, 2024
1 parent eb0073c commit 9a14844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vant/src/nav-bar/demo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 9a14844

Please sign in to comment.