andrewvasilchuk / vue-lazy-youtube-video

Vue.js component for lazyloading YouTube videos.
MIT License
102 stars 21 forks source link

feat: type check events #27

Closed andrewvasilchuk closed 3 years ago

andrewvasilchuk commented 3 years ago

These changes ensure that component emit correct events with corresponding payloads.

vue-typed-emit library has been used to facilitate a type check process.