Skip to content

Commit 7368593

Browse files
committed
feat(btn): added type="button"
1 parent a4f466b commit 7368593

File tree

1 file changed

+1
-0
lines changed
  • packages/anu-vue/src/components/btn

1 file changed

+1
-0
lines changed

packages/anu-vue/src/components/btn/ABtn.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const { styles, classes } = getLayerClasses(
3232
v-bind="defaultsAttrs"
3333
:tabindex="props.disabled ? -1 : 0"
3434
:style="[styles, defaultsStyle]"
35+
type="button"
3536
class="inline-flex whitespace-nowrap justify-center items-center relative"
3637
:class="[
3738
props.iconOnly ? 'a-btn-icon-only' : 'a-btn',

0 commit comments

Comments
 (0)