dalphyx / vue-headroom

Headroom for Vuejs
128 stars 16 forks source link

Passive event listener #42

Open nachogarcia opened 3 years ago

nachogarcia commented 3 years ago

Since we're not preventing the default behaviour, it's better to have a passive event listener.

This will prevent google lighthouse complains when using this library.