Skip to content

Commit

Permalink
attemt tp fix storybook failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Feb 27, 2025
1 parent f19a647 commit ceabf57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
:class="styles"
:href="element === 'a' ? href : false"
:disabled="element === 'a' && !isDisabled ? undefined : isDisabled"
@click="click"
@focus="emit('focus')"
@blur="emit('blur')"
>
Expand Down

0 comments on commit ceabf57

Please sign in to comment.