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 f64138e commit 081f265Copy full SHA for 081f265
src/components/atoms/a-button/a-button.vue
@@ -9,7 +9,7 @@
9
[`a-button--size-${size}`]: size,
10
}"
11
v-bind="$attrs"
12
- @click="$emit('click')"
+ v-on="$listeners"
13
>
14
<AIcon
15
v-if="icon"
0 commit comments