[Doc] update click event params
This commit is contained in:
@@ -144,6 +144,12 @@ export default {
|
||||
|------|------|------|
|
||||
| change | Triggered when current swipe change | index: index of current swipe |
|
||||
|
||||
### SwipeItem Events
|
||||
|
||||
| Event | Description | Arguments |
|
||||
|------|------|------|
|
||||
| click | Triggered when clicked | event: Event |
|
||||
|
||||
### Swipe Methods
|
||||
|
||||
Use ref to get swipe instance and call instance methods
|
||||
|
||||
@@ -154,7 +154,7 @@ export default {
|
||||
|
||||
| 事件名 | 说明 | 回调参数 |
|
||||
|------|------|------|
|
||||
| click | 点击时触发 | - |
|
||||
| click | 点击时触发 | event: Event |
|
||||
|
||||
### Swipe 方法
|
||||
|
||||
|
||||
Reference in New Issue
Block a user