dalphyx / vue-headroom

Headroom for Vuejs
128 stars 16 forks source link

Emit event instead of props #19

Closed RomainFrancony closed 5 years ago

RomainFrancony commented 5 years ago

Hi, currently some event are used with both $emit and props (pin, unpin) but some others are used with props only (bottom, top, ...). Shouldn't it be better is they were all using the $emit since it's the "appropriate" solution to manage events in Vue ?

dalphyx commented 5 years ago

@RomainFrancony we can use both props and $emit :)

dalphyx commented 5 years ago

Use emit event in v0.10.1 :)