KABBOUCHI / vue-tippy

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

useTippy with refs #222

Closed leyenda closed 2 years ago

leyenda commented 2 years ago

Hello, I've been using vue-tippy@v6.0.0-alpha.39 and I am facing a problem with useTippy particularly with the example about using other components with refs as seen in the v4. Does the use change with v6 I cant seem to find any doc yet.

codesandbox

Thanks you in advance

KABBOUCHI commented 2 years ago

hi, u can see the docs here https://vue-tippy.netlify.app/ (WIP)

Working example: https://stackblitz.com/edit/vitejs-vite-1ejx5t?file=src%2FApp.vue&terminal=dev

Check playground for more examples: https://github.com/KABBOUCHI/vue-tippy/tree/next/playground

leyenda commented 2 years ago

Thank you for the reply @KABBOUCHI, it helps me a lot.