feat(Popup): click-overlay add event param (#8107)

This commit is contained in:
neverland
2021-02-09 16:45:42 +08:00
committed by GitHub
parent dcef90a2a3
commit 0897d46143
9 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ export default {
| --- | --- | --- |
| select | Emitted when an option is clicked | _option: Option, index: number_ |
| cancel | Emitted when the cancel button is clicked | - |
| click-overlay | Emitted when overlay is clicked | - |
| click-overlay | Emitted when overlay is clicked | _event: MouseEvent_ |
### Slots
+1 -1
View File
@@ -209,7 +209,7 @@ export default {
| ------------- | ------------------ | ------------------------------- |
| select | 点击分享选项时触发 | _option: Option, index: number_ |
| cancel | 点击取消按钮时触发 | - |
| click-overlay | 点击遮罩层时触发 | - |
| click-overlay | 点击遮罩层时触发 | _event: MouseEvent_ |
### Slots