mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
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