diff --git a/src/swipe-cell/index.js b/src/swipe-cell/index.js index 0fbc0e745..7a2b607fc 100644 --- a/src/swipe-cell/index.js +++ b/src/swipe-cell/index.js @@ -31,6 +31,8 @@ export default createComponent({ }, }, + emits: ['open', 'close', 'click'], + data() { return { offset: 0,