Skip to content

Commit

Permalink
docs(VFab): usage example color issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 10, 2025
1 parent ae4f42e commit a7fb8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/examples/v-fab/usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const props = computed(() => {
return {
color: color.value,
color: color.value || undefined,
extended: extended.value || undefined,
icon: !extended.value ? '$vuetify' : undefined,
'prepend-icon': extended.value ? '$vuetify' : undefined,
Expand Down

0 comments on commit a7fb8e0

Please sign in to comment.