feat(Popover): add close-on-click-overlay prop (#8351)

This commit is contained in:
neverland
2021-03-15 19:56:53 +08:00
committed by GitHub
parent a835955859
commit a7fb5f732e
4 changed files with 26 additions and 1 deletions
+1
View File
@@ -227,6 +227,7 @@ export default {
| overlay | 是否显示遮罩层 | _boolean_ | `false` |
| close-on-click-action | 是否在点击选项后关闭 | _boolean_ | `true` |
| close-on-click-outside | 是否在点击外部元素后关闭菜单 | _boolean_ | `true` |
| close-on-click-overlay `v3.0.10` | 是否在点击遮罩层后关闭菜单 | _boolean_ | `true` |
| teleport | 指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi) | _string \| Element_ | `body` |
### Action 数据结构