Skip to content

Commit

Permalink
fix: Add true-icon to v-checkbox component
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin3go committed Feb 21, 2024
1 parent 9be90de commit 03fdeee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/home/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
:model-value="false"
messages="star it"
false-icon="mdi-star-outline"
true-icon="mdi-star"
></v-checkbox>
</template>
</ClientOnly>
Expand Down

0 comments on commit 03fdeee

Please sign in to comment.