You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a best practice, you should use button or link for click action, so that the user can use keyboard to execute the action.
You can't use keyboard to click a div or icon.
Describe the bug
When generating icons in a
v-for
loop theclick
event is emitted twice after clicking it the second time.Reproducible test case
https://codesandbox.io/s/summer-cache-th461
Expected behavior
A single click should only emit a single
click
event.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: