i want to know how to add 'delay' attribute to component,i want a example,thanks. #328
-
Beta Was this translation helpful? Give feedback.
Answered by
jwmoreland
Aug 16, 2019
Replies: 2 comments
-
Here's an example how I did it with a content and a delay written in. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Akryum
-
I think there should be a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's an example how I did it with a content and a delay written in.
<button v-tooltip="{ content: 'You have ' + count + ' new messages.', delay: { show: 500, hide: 100} }">
Updated per TomDeSmet's suggestion