[new feature] Popup: add opened/closed event (#2650)

This commit is contained in:
neverland
2019-01-30 19:43:17 +08:00
committed by GitHub
parent 466bb3ce1e
commit 01c893abcb
3 changed files with 10 additions and 1 deletions
+2
View File
@@ -55,5 +55,7 @@ export default {
| 事件名 | 说明 | 参数 |
|------|------|------|
| open | 打开弹出层时触发 | - |
| opened | 打开弹出层且动画结束后触发 | - |
| close | 关闭弹出层时触发 | - |
| closed | 关闭弹出层且动画结束后触发 | - |
| click-overlay | 点击蒙层时触发 | - |