KABBOUCHI / vue-tippy

VueJS Tooltip powered by Tippy.js
https://vue-tippy.netlify.app
MIT License
726 stars 87 forks source link

fix: use onMounted in component #241

Closed 4KDA closed 2 years ago

4KDA commented 2 years ago

Hi! After yesterday's discussion of the #238 issue, I studied the issue and found that the onMounted hook is not quite correctly used in the component. I fixed it in the PR and now everything works fine. This closes #238 issue