feat(swipe-cell): add external-class (#3678)

fix #3664
This commit is contained in:
rex 2020-10-15 22:11:28 +08:00 committed by GitHub
parent f4e76074ee
commit 31aacedd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ VantComponent({
data: {
catchMove: false,
wrapperStyle: '',
},
created() {

View File

@ -1,5 +1,5 @@
<view
class="van-swipe-cell"
class="van-swipe-cell custom-class"
data-key="cell"
catchtap="onClick"
bindtouchstart="startDrag"