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 ?
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 ?