mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs: update tooltip text (#11972)
This commit is contained in:
parent
6a8a5aaf3a
commit
1987eb8fe1
@ -192,5 +192,5 @@ tooltip/animations
|
||||
| isFocusInsideContent | validate current focus event is trigger inside el-tooltip-content | ^[Function]`() => boolean \| undefined` |
|
||||
| updatePopper | update el-popper component instance | ^[Function]`() => void` |
|
||||
| onOpen | expose onOpen function to mange el-tooltip open state | ^[Function]`(event?: Event \| undefined) => void` |
|
||||
| onClose | expose onOpen function to mange el-tooltip open state | ^[Function]`(event?: Event \| undefined) => void` |
|
||||
| onClose | expose onClose function to mange el-tooltip open state | ^[Function]`(event?: Event \| undefined) => void` |
|
||||
| hide | expose hide function | ^[Function]`(event?: Event \| undefined) => void` |
|
||||
|
Loading…
Reference in New Issue
Block a user