[new feature] Popup: add open/close event (#2649)

This commit is contained in:
neverland
2019-01-30 19:39:29 +08:00
committed by GitHub
parent 079b582460
commit 466bb3ce1e
4 changed files with 15 additions and 1 deletions
+2
View File
@@ -54,4 +54,6 @@ Use `position` prop to set popup display position
| Event | Description | Arguments |
|------|------|------|
| open | Triggered when open Popup | - |
| close | Triggered when close Popup | - |
| click-overlay | Triggered when click overlay | - |