feat(Popover): add click-overlay event (#8050)

This commit is contained in:
neverland
2021-01-31 18:43:18 +08:00
committed by GitHub
parent d27626ada2
commit 63227201ff
4 changed files with 30 additions and 14 deletions
+7 -6
View File
@@ -227,13 +227,14 @@ export default {
### Events
| Event | Description | Arguments |
| ------ | --------------------------------- | ------------------------------- |
| Event | Description | Arguments |
| --- | --- | --- |
| select | Emitted when an action is clicked | _action: Action, index: number_ |
| open | Emitted when opening Popover | - |
| close | Emitted when closing Popover | - |
| opened | Emitted when Popover is opened | - |
| closed | Emitted when Popover is closed | - |
| open | Emitted when opening Popover | - |
| close | Emitted when closing Popover | - |
| opened | Emitted when Popover is opened | - |
| closed | Emitted when Popover is closed | - |
| click-overlay | Emitted when overlay is clicked | - |
### Slots