dalphyx / vue-headroom

Headroom for Vuejs
128 stars 16 forks source link

Events not working #40

Open lucassimines opened 3 years ago

lucassimines commented 3 years ago

I created a method to console.log some text, but the events are not working...

<headroom @top="test" @not-top="test">
some stuff
</headroom>