feat(SwipeCell): add open event (#4986)
This commit is contained in:
@@ -98,6 +98,7 @@ export default {
|
||||
| 事件名 | 说明 | 回调参数 |
|
||||
|------|------|------|
|
||||
| click | 点击时触发 | 关闭时的点击位置 (`left` `right` `cell` `outside`) |
|
||||
| open | 打开时触发 | { position: 'left' \| 'right' , name: string } |
|
||||
|
||||
### onClose 参数
|
||||
|
||||
|
||||
Reference in New Issue
Block a user