mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
docs: [popover] modify the default value of trigger (#12342)
docs: update popover.md
This commit is contained in:
parent
c4fcb15288
commit
f0bbeb3a4d
@ -72,7 +72,7 @@ popover/directive-usage
|
||||
|
||||
| Name | Description | Type | Accepted Values | Default |
|
||||
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
|
||||
| trigger | how the popover is triggered | string | click/focus/hover/contextmenu | click |
|
||||
| trigger | how the popover is triggered | string | click/focus/hover/contextmenu | hover |
|
||||
| title | popover title | string | — | — |
|
||||
| effect | Tooltip theme, built-in theme: `dark` / `light` | string | string | light |
|
||||
| content | popover content, can be replaced with a default `slot` | string | — | — |
|
||||
|
Loading…
Reference in New Issue
Block a user