Open
Description
Native elements like <button>
or <a>
(also counting <nuxt-link>
/ <router-link>
into it) don't need additional handlers beside a @click
or @click.native
listener.
Adding another handler for keydown events will actually lead to bugs and double execution of the function.
Maybe we should add a whitelist to that rule
Metadata
Metadata
Assignees
Labels
No labels