[improvement] Actionsheet: add index param for select event (#2917)

This commit is contained in:
neverland
2019-03-07 20:59:46 +08:00
committed by GitHub
parent c9e578c0cf
commit bfa8f38585
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export default {
| 事件名 | 说明 | 参数 |
|------|------|------|
| select | 选中选项时触发,禁用或加载状态下不会触发 | item: 选项对应的对象 |
| select | 选中选项时触发,禁用或加载状态下不会触发 | item: 选项对应的对象, index: 选择对应的索引 |
| cancel | 取消按钮点击时触发 | - |
### actions