Closed lifenautjoe closed 3 years ago
Hello, I had the same issue.
It looks like the types
folder was added in the v2.0.3
. I temporarily downgraded to the v2.0.2
to make my build possible
the error is related to this issue in Typescript
tried to create a fix, but couldn't do so quickly. I guess downgrading to v2.0.2 is the way to go until TS finally supports these typings.
the error is related to this issue in Typescript
while it is related, the correct way is to use declare const vToolTip: ...
since you cant actually init anything in .d.ts
files. (const vToolTip;
isnt even valid js)
What's the status on this PR #464? For now I've created a fork and fixed this manually but I'd rather depend on this version than my own monkey patched one
Also rising question what is the status ?
Have the same problem.
Hi. I have the same issue. Have to downgrade the version to v2.0.2
.
Adding to package.json "v-tooltip": "github:Akryum/v-tooltip#pull/464/head",
as temporary solution
Same issue here, downgrading to v2.0.2 works for me.
Duplicate of #459
Hey there.
I believe there's an issue with the provided typings.
Running this with Nuxt
and typescript runtime