We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2.5.16
https://codepen.io/katedo17/pen/rdXMbp
Enter "3" in the input field, and click the link "Test Btn 2".
It should only trigger the on click event that was configured for the "Test Btn 2".
It triggers the function binded to "Test Btn 1" and then trigger the "Test Btn 2".
This only happens when I use v-if in the parent element of the link. But if I use v-show, it doesn't have the issue.