hekigan / vue-directive-tooltip

Vue.js tooltip directive. Easy to use, configure and style
https://hekigan.github.io/vue-directive-tooltip/
MIT License
173 stars 33 forks source link

When I try to dinamically set content it is not working #26

Closed traykovn closed 7 years ago

traykovn commented 7 years ago

I have a child component that contains v-tooltip. The parent component changes one of the props of the child component and depending on the value I want to change the text of v-tooltip. Now it can't

Code: v-tooltip.top="getTooltip()"

The prop is successfuly changed, so there is no a problem there.

hekigan commented 7 years ago

It sounds the same as #23

traykovn commented 7 years ago

Yes, exactly. I didn't see it. Thank you!