Skip to content

Commit d41144d

Browse files
committed
refactor(Input): 修改 bind:tap 为 mut-bind:tap
1 parent b64d3c9 commit d41144d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/index.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
bindblur="handleInputBlur"
2929
bindconfirm="handleInputConfirm" />
3030
<l-icon wx:if="{{showEye&&value}}" name="eye" catch:tap="onTapEyeIcon" size="40" l-class="l-eye l-eye-{{type}}"/>
31-
<view class="close" wx:if="{{clear&&value}}" bindtap="onClearTap">
31+
<view class="close" wx:if="{{clear&&value}}" mut-bind:tap="onClearTap">
3232
<view class="close-icon">
3333
<l-icon name="close" color="#fff" size="16" />
3434
</view>

0 commit comments

Comments
 (0)