Skip to content

Commit

Permalink
update button varianta
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbully committed Sep 28, 2020
1 parent cd3f2f6 commit 5d9cba9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/Buttons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@
<Button
<span v-if="value">value="{{ value }}" </span>
<span v-if="color && color !== 'default'">color="{{ color }}" </span>
<span v-if="variant">variant="{{ variant }}" </span>
<span v-if="variant && variant != 'default'">
variant="{{ variant }}"
</span>
<span v-if="size">size="{{ size }}" </span>
<span v-if="icons && icon === 'start'">
startIcon="{{ startIcon }}"
Expand Down

1 comment on commit 5d9cba9

@vercel
Copy link

@vercel vercel bot commented on 5d9cba9 Sep 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.