docs(components): add the virtual-triggering description of popover (#19920)

* docs(components): add the Virtual triggering description  of popover

* docs(components): change the virtual-triggering description of popover
This commit is contained in:
changchi666 2025-02-27 17:08:48 +08:00 committed by GitHub
parent 0ed86e74ce
commit 16dbe32b0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,8 @@ popover/directive-usage
| tabindex | [tabindex](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of Popover | ^[number] / ^[string] | 0 |
| teleported | whether popover dropdown is teleported to the body | ^[boolean] | true |
| persistent | when popover inactive and `persistent` is `false` , popover will be destroyed | ^[boolean] | true |
| virtual-triggering | Indicates whether virtual triggering is enabled | ^[boolean] | — |
### Slots