You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i'm trying to add V-click-outside to my project but i got an errors because he doesn't found him. I installed it by using
npm install but he doesn't care and show me this error.
'c:/Users/Julian/Project/node_modules/v-click-outside-x/dist/v-click-outside-x.js' implicitly has an 'any' type.
Try npm i --save-dev @types/v-click-outside-x if it exists or add a new declaration (.d.ts) file containing `declare module 'v-click-outside-x'; ts(7016)
Can you help me and give me some advice thank you for your help !
The text was updated successfully, but these errors were encountered:
The problem
Hello, i'm trying to add V-click-outside to my project but i got an errors because he doesn't found him. I installed it by using
npm install but he doesn't care and show me this error.
'c:/Users/Julian/Project/node_modules/v-click-outside-x/dist/v-click-outside-x.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/v-click-outside-x
if it exists or add a new declaration (.d.ts) file containing `declare module 'v-click-outside-x'; ts(7016)Can you help me and give me some advice thank you for your help !
The text was updated successfully, but these errors were encountered: