antonreshetov / vue-glide

A slider and carousel as vue component on top of the Glide.js
https://antonreshetov.github.io/vue-glide/
MIT License
269 stars 39 forks source link

Fix: avoid click event twice if we have nested tag inside <glide-slide> #19

Open Su-Ya opened 5 years ago

Su-Ya commented 5 years ago

Source code:

Operation: Click first item

Expected log: 0 Actual log: 0 NaN

Reason: $Emit should not be invoked if recursive is succeed.