[new feature] ActionSheet: add click-overlay event

This commit is contained in:
陈嘉涵
2019-06-10 21:35:31 +08:00
parent a72ce3d115
commit 3c97bb80ac
5 changed files with 16 additions and 1 deletions
+1
View File
@@ -117,6 +117,7 @@ export default {
|------|------|------|
| select | 选中选项时触发,禁用或加载状态下不会触发 | item: 选项对应的对象, index: 选择对应的索引 |
| cancel | 取消按钮点击时触发 | - |
| click-overlay | 点击遮罩层时触发 | - |
### actions