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
It would be nice to have types supported out-of-the-box.
Getting this error in VS Code,
Could not find a declaration file for module 'vue-product-zoomer'. '/path/node_modules/vue-product-zoomer/dist/assets/js/app.bundle.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/vue-product-zoomer` if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-product-zoomer';`ts(7016)
When I try to import it, I have error
Cannot resolve definitions for module 'vue-product-zoomer'
The text was updated successfully, but these errors were encountered: