docs(components): [tooltip] use new tag (#12660)

This commit is contained in:
Xc 2023-04-29 07:16:13 +08:00 committed by GitHub
parent 1807c9d643
commit 2bb2d07010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ tooltip/animations
| virtual-ref | Indicates the reference element to which the tooltip is attached | ^[HTMLElement] | — |
| trigger-keys | When you click the mouse to focus on the trigger element, you can define a set of keyboard codes to control the display of tooltip through the keyboard | ^[Array] | ['Enter','Space'] |
| persistent | when tooltip inactive and `persistent` is `false` , popconfirm will be destroyed | ^[boolean] | — |
| aria-label^[a11y] | same as `aria-label` | ^[string] | — |
| aria-label ^(a11y) | same as `aria-label` | ^[string] | — |
### Slots