Closed ayoubkhan558-zz closed 3 years ago
which version are you using?
current vue-tippy@v4
doesn't have types only the vue-tippy@next
has types.
vue-tippy@next
I used npm install --save vue-tippy
to install this
vue-tippy
doesn't have types, ignore the error by adding // @ts-ignore
If i install npm install --save vue-tippy@next
then will it work with vuejs 3 and typescript?
npm install --save vue-tippy@next
this is for vue3 only its written with typescript it should work fine
you can check the docs here https://vue-tippy.netlify.app/ its still in alpha stage
@KABBOUCHI one more question, what is difference between vue-tippy@v6
and tippy@next
?
they are the same:
vue-tippy@latest
=> vue-tippy@v4
vue-tippy@next
=> vue-tippy@v6
Thank you so much its working :)
Could not find a declaration file for module 'vue-tippy'. 'E:/Ayoub Khan/Porfolios/ayoubkhan-portfolio/node_modules/vue-tippy/dist/vue-tippy.umd.js' implicitly has an 'any' type. Try
npm i --save-dev @types/vue-tippy
if it exists or add a new declaration (.d.ts) file containingdeclare module 'vue-tippy';