-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed as not planned
Labels
Description
-
[ ] I have searched the issues
of this repository and believe that this is not a duplicate.
Version
4.2.3
Environment
w11, chrome, vue 3.5
What is expected?
Tooltip
What is actually happening?
<FormItem tooltip="Hello World"><InputPassword /></FormItem>// --> Running
<FormItem><template #tooltip>Hello world </template><InputPassword /></FormItem> //--> Not Running