feat(Dialog): add opened、closed event (#4634)

This commit is contained in:
neverland
2019-09-30 11:03:48 +08:00
committed by GitHub
parent 02a81a1ac3
commit c4713ad0c2
3 changed files with 17 additions and 1 deletions
+2
View File
@@ -196,7 +196,9 @@ export default {
| confirm | 点击确认按钮时触发 | - |
| cancel | 点击取消按钮时触发 | - |
| open | 打开弹窗时触发 | - |
| opened | 打开弹窗且动画结束后触发 | - |
| close | 关闭弹窗时触发 | - |
| closed | 关闭弹窗且动画结束后触发 | - |
### Slots