Skip to content

Commit

Permalink
fix(checkbox): ssr v-show in nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Apr 26, 2024
1 parent cacb36f commit c02a6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/va-checkbox/VaCheckbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@keypress.prevent="toggleSelection"
>
<va-icon
v-show="isActive"
v-if="isActive"
class="va-checkbox__icon"
:name="computedIconName"
:color="textColorComputed"
Expand Down

0 comments on commit c02a6cd

Please sign in to comment.