[bugfix] SwipeCell: close event never emit

fix #1449
This commit is contained in:
rex 2019-03-25 23:12:25 +08:00 committed by GitHub
parent a616242587
commit cdc27120a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
<view
class="van-swipe-cell"
data-key="cell"
bindtap="onClick"
catchtouchstart="startDrag"
catchtap="onClick"
bindtouchstart="startDrag"
catchtouchmove="onDrag"
catchtouchend="endDrag"
catchtouchcancel="endDrag"