Skip to content

Commit a7fb8e0

Browse files
committed
docs(VFab): usage example color issue
1 parent ae4f42e commit a7fb8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/examples/v-fab/usage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
3333
const props = computed(() => {
3434
return {
35-
color: color.value,
35+
color: color.value || undefined,
3636
extended: extended.value || undefined,
3737
icon: !extended.value ? '$vuetify' : undefined,
3838
'prepend-icon': extended.value ? '$vuetify' : undefined,

0 commit comments

Comments
 (0)