[new feature] Popup: add click event

This commit is contained in:
陈嘉涵
2019-04-30 19:10:19 +08:00
parent ef77166246
commit 848786dd6e
5 changed files with 21 additions and 4 deletions

View File

@@ -54,6 +54,7 @@ export default {
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| click | 点击弹出层时触发 | - |
| open | 打开弹出层时触发 | - |
| opened | 打开弹出层且动画结束后触发 | - |
| close | 关闭弹出层时触发 | - |