Skip to content

Commit 83b9a30

Browse files
committed
feat(button): add onClick to FieldButton
1 parent 263466f commit 83b9a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fields/buttons/FieldButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<button type="button">
2+
<button type="button" @click.prevent="field.onClick">
33
{{field.buttonText}}
44
</button>
55
</template>

0 commit comments

Comments
 (0)