[Vuejs]-How to create tooltip with vue.js?

4👍

You can just use plain html and css: Check out this link:
w3schools css tooltip

and conditionally show by using v-if as shown examples in the Vue docs
v-if Vue Docs

1👍

Exist bootstrap-vue.

section for tooltips

And you can add a v-if to the component when selecting the text show tooltip with a true property.

👤Luca

0👍

Since there’s no code I don’t know exactly what is the problem but, it could matter of timing.
What about try to init tooltip after view load complete?

Leave a comment