feat(Popover): add overlay-class prop (#8353)

* feat(Popover): add overlay-class prop

* chore: upd
This commit is contained in:
neverland
2021-03-15 20:17:29 +08:00
committed by GitHub
parent 40a1b27c5d
commit 536f2fad38
3 changed files with 22 additions and 6 deletions
+1
View File
@@ -211,6 +211,7 @@ export default {
| trigger | Trigger modecan be set to `manual` | `click` |
| offset | Distance to reference | _[number, number]_ | `[0, 8]` |
| overlay | Whether to show overlay | _boolean_ | `false` |
| overlay-class `v3.0.10` | Custom overlay class | _string \| Array \| object_ | - |
| close-on-click-action | Whether to close when clicking action | _boolean_ | `true` |
| close-on-click-outside | Whether to close when clicking outside | _boolean_ | `true` |
| close-on-click-overlay `v3.0.10` | Whether to close when clicking overlay | _boolean_ | `true` |