[new feature] ActionSheet: add open、close events (#3639)

This commit is contained in:
neverland
2019-06-26 14:14:43 +08:00
committed by GitHub
parent c4512dbc26
commit c6f8fca41f
3 changed files with 9 additions and 11 deletions
+4
View File
@@ -119,6 +119,10 @@ export default {
| select | 选中选项时触发,禁用或加载状态下不会触发 | item: 选项对应的对象, index: 选择对应的索引 |
| cancel | 取消按钮点击时触发 | - |
| click-overlay | 点击遮罩层时触发 | - |
| open | 打开菜单时触发 | - |
| opened | 打开菜单且动画结束后触发 | - |
| close | 关闭菜单时触发 | - |
| closed | 关闭菜单且动画结束后触发 | - |
### actions