Skip to content

Commit

Permalink
feat(btn): added type="button"
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Jun 6, 2023
1 parent a4f466b commit 7368593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/anu-vue/src/components/btn/ABtn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const { styles, classes } = getLayerClasses(
v-bind="defaultsAttrs"
:tabindex="props.disabled ? -1 : 0"
:style="[styles, defaultsStyle]"
type="button"
class="inline-flex whitespace-nowrap justify-center items-center relative"
:class="[
props.iconOnly ? 'a-btn-icon-only' : 'a-btn',
Expand Down

0 comments on commit 7368593

Please sign in to comment.