feat(Popup): click-overlay add event param (#8107)
This commit is contained in:
@@ -234,7 +234,7 @@ export default {
|
||||
| close | Emitted when closing Popover | - |
|
||||
| opened | Emitted when Popover is opened | - |
|
||||
| closed | Emitted when Popover is closed | - |
|
||||
| click-overlay | Emitted when overlay is clicked | - |
|
||||
| click-overlay | Emitted when overlay is clicked | _event: MouseEvent_ |
|
||||
|
||||
### Slots
|
||||
|
||||
|
||||
@@ -250,7 +250,7 @@ export default {
|
||||
| close | 关闭菜单时触发 | - |
|
||||
| opened | 打开菜单且动画结束后触发 | - |
|
||||
| closed | 关闭菜单且动画结束后触发 | - |
|
||||
| click-overlay | 点击遮罩层时触发 | - |
|
||||
| click-overlay | 点击遮罩层时触发 | _event: MouseEvent_ |
|
||||
|
||||
### Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user