Skip to content

Commit

Permalink
chore(#86): update icon behvaiour
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jul 14, 2023
1 parent 2983f77 commit 0491d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Tag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
:aria-label="model"
>
<CTIcon
v-if="iconPosition === 'before'"
v-if="icon && iconPosition === 'before'"
:symbol="icon"
size="small"
/>
{{ model }}
<CTIcon
v-if="iconPosition === 'after'"
v-if="icon && iconPosition === 'after'"
:symbol="icon"
size="small"
/>
Expand Down

0 comments on commit 0491d97

Please sign in to comment.