Skip to content

Commit f0bbeb3

Browse files
authored
docs: [popover] modify the default value of trigger (element-plus#12342)
docs: update popover.md
1 parent c4fcb15 commit f0bbeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en-US/component/popover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ popover/directive-usage
7272

7373
| Name | Description | Type | Accepted Values | Default |
7474
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
75-
| trigger | how the popover is triggered | string | click/focus/hover/contextmenu | click |
75+
| trigger | how the popover is triggered | string | click/focus/hover/contextmenu | hover |
7676
| title | popover title | string |||
7777
| effect | Tooltip theme, built-in theme: `dark` / `light` | string | string | light |
7878
| content | popover content, can be replaced with a default `slot` | string |||

0 commit comments

Comments
 (0)