Closed dipu-bd closed 4 years ago
I found out the reason why.
The import was referring to "node_modules/vue-lazy-youtube-video/types/index.d.ts"
After I changed the import to this it worked:
import LazyYoutubeVideo from "vue-lazy-youtube-video/src/VueLazyYoutubeVideo";
However, it would be nice and proper to be able to import the component directly.
@dipu-bd, Thanks for creating the issue. Now you can just import LazyYoutubeVideo from "vue-lazy-youtube-video";
.
I am getting this error while building the project. Any solution?
Inside my code I used it as a component:
My tscofig.json file: