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.
1 parent 6b38663 commit 3fc94faCopy full SHA for 3fc94fa
components/button.vue
@@ -1,6 +1,6 @@
1
<template>
2
<button :class="classObject"
3
- @click="onclick"
+ @click.stop="onclick"
4
:href="href || to"
5
:is="componentType"
6
:to="to || href"
0 commit comments