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

This commit is contained in:
neverland
2019-12-20 10:20:18 +08:00
committed by GitHub
parent ac00d78a46
commit c0b1460c80
4 changed files with 55 additions and 21 deletions
+1
View File
@@ -100,6 +100,7 @@ export default {
|------|------|------|
| click | 点击时触发 | 关闭时的点击位置 (`left` `right` `cell` `outside`) |
| open | 打开时触发 | { position: 'left' \| 'right' , name: string } |
| close | 关闭时触发 | { position: string , name: string } |
### beforeClose 参数