Dynamic content doesn't work in v-tooltip lastest v2.1.3. #824
Unanswered
loganbeast
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Your logic is wrong, you should setup the tooltip and manually show it: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, I tried to handle in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
Currently I want to make a tooltip integrated with copy clipboard event.
Inital content data = ''
I want when I click to
copy button
, tooltip content should appear asCopied
(RIGHT AFTER FIRST CLICK). But it doesn't work, it need 2 click to show tooltip content, at first click, the content data was filled but doesn't show up tooltip.How I want to fix:
It should show up tooltip content at RIGHT FIRST CLICK, then this tooltip hide automatcally after delay time.
Here is reproductive sample.
https://codesandbox.io/s/vue-js-vue-tooltip-example-forked-2r3k5?file=/src/App.vue
Beta Was this translation helpful? Give feedback.
All reactions