Skip to content

Commit

Permalink
docs(VSpeedDial): update usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 15, 2024
1 parent a9272c1 commit d93d47f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/docs/src/examples/v-speed-dial/usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
activator="parent"
v-bind="props"
>
<v-btn key="1" icon="$success"></v-btn>
<v-btn key="2" icon="$info"></v-btn>
<v-btn key="3" icon="$warning"></v-btn>
<v-btn key="4" icon="$error"></v-btn>
<v-btn key="1" color="surface-variant" icon="$success"></v-btn>
<v-btn key="2" color="surface-variant" icon="$info"></v-btn>
<v-btn key="3" color="surface-variant" icon="$warning"></v-btn>
<v-btn key="4" color="surface-variant" icon="$error"></v-btn>
</v-speed-dial>
</v-fab>
</v-sheet>
Expand Down

0 comments on commit d93d47f

Please sign in to comment.