Hi can we use event modifier? when I click on button, it fires event on parent element too. I need to have parent clickable, but when I click on button from vue-social-sharing, parent event should not be fired.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi can we use event modifier? when I click on button, it fires event on parent element too. I need to have parent clickable, but when I click on button from vue-social-sharing, parent event should not be fired.
https://vuejs.org/v2/guide/events.html#Event-Modifiers
Thanks!