docs: update tooltip text (#11972)

This commit is contained in:
iamkun 2023-03-12 23:16:20 +08:00 committed by GitHub
parent 6a8a5aaf3a
commit 1987eb8fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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` |