refactor(SwipeCell): rename open event params
This commit is contained in:
@@ -73,9 +73,6 @@ export default createComponent({
|
||||
this.$emit('open', {
|
||||
position,
|
||||
name: this.name,
|
||||
// @deprecated
|
||||
// should be removed in next major version
|
||||
detail: this.name,
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user