KABBOUCHI / vue-tippy

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

Incorrectly working the showOnCreate prop #291

Open daniilgri opened 1 year ago

daniilgri commented 1 year ago

In the docs, it says the showOnCreate is false by default. When I'm passing false as the default value for this prop then my tooltip is not opening at all but when I pass undefined as the default prop then it works.