93gaurav93 / v-owl-carousel

🦉 VueJS wrapper for Owl Carousel
MIT License
45 stars 25 forks source link

Decreases website's performance by not passing "passive listeners while scrolling" audit on lighthouse #33

Open kartikbhargav11 opened 3 years ago

kartikbhargav11 commented 3 years ago

Shows this warning in the console:

Added non-passive event listener to a scroll-blocking event. Consider marking event handler as 'passive' to make the page more responsive.

[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive.