fix(SwipeCell): missing emits config

This commit is contained in:
chenjiahan 2020-08-17 11:54:33 +08:00
parent 607410a64f
commit a7836a30e6

View File

@ -31,6 +31,8 @@ export default createComponent({
}, },
}, },
emits: ['open', 'close', 'click'],
data() { data() {
return { return {
offset: 0, offset: 0,