fix(SwipeCell): missing emits config
This commit is contained in:
@@ -31,6 +31,8 @@ export default createComponent({
|
||||
},
|
||||
},
|
||||
|
||||
emits: ['open', 'close', 'click'],
|
||||
|
||||
data() {
|
||||
return {
|
||||
offset: 0,
|
||||
|
||||
Reference in New Issue
Block a user