[improvement] SwipeCell: add click event (#1848)
This commit is contained in:
@@ -137,6 +137,8 @@ export default create({
|
||||
},
|
||||
|
||||
onClick(position = 'outside') {
|
||||
this.$emit('click', position);
|
||||
|
||||
if (!this.offset) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user