[improvement] SwipeCell: add click event (#1848)

This commit is contained in:
neverland
2018-09-23 15:30:52 +08:00
committed by GitHub
parent 40d965db67
commit 86c1d255f8
3 changed files with 14 additions and 0 deletions
+6
View File
@@ -72,6 +72,12 @@ export default {
| left | content of left scrollable area |
| right | content of right scrollabe area |
### Event
| Event | Description | Arguments |
|-----------|-----------|-----------|
| click | Triggered when clicked | Click positon (`left` `right` `cell` `outside`) |
### onClose Params
| Argument | Type | Description |