feat(SwipeCell): add open event (#4986)

This commit is contained in:
neverland
2019-11-12 21:03:48 +08:00
committed by GitHub
parent 2c6b5408d3
commit 9d21b53731
4 changed files with 35 additions and 3 deletions
+1
View File
@@ -98,6 +98,7 @@ export default {
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| click | 点击时触发 | 关闭时的点击位置 (`left` `right` `cell` `outside`) |
| open | 打开时触发 | { position: 'left' \| 'right' , name: string } |
### onClose 参数