-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
目前无法单纯关闭或启用tooltip。如果使用visible属性代替,则属性为true时tooltip会直接显示,而不是触发后显示。
What does the proposed API look like?
期望能类似element ui的tooltip一样,为tooltip增加一个disabled属性,控制tooltip启用或关闭。当属性为true时,tooltip会在触发后显示,当属性为false时,禁用tooltip功能。