refactor(SwipeCell): rename open event params

This commit is contained in:
chenjiahan
2020-08-09 20:54:17 +08:00
parent 8031c690dd
commit 13912c02a5
2 changed files with 1 additions and 3 deletions
-3
View File
@@ -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,
});
},