Skip to content

Commit

Permalink
fix:修复actionSheet组件标题关闭按钮点击事件名称错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yatoku authored and BeiQiaoT committed Apr 7, 2022
1 parent 8627424 commit cbd06b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<text class="u-action-sheet__header__title u-line-1">{{title}}</text>
<view
class="u-action-sheet__header__icon-wrap"
@tap.stop="close"
@tap.stop="cancel"
>
<u-icon
name="close"
Expand Down

0 comments on commit cbd06b4

Please sign in to comment.