Skip to content

Commit

Permalink
docs(VSpeedDial): fix usage example markup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 15, 2024
1 parent 82abf1b commit 855e57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/examples/v-speed-dial/usage.vue
Expand Up @@ -10,6 +10,7 @@
<v-icon></v-icon>

<v-speed-dial
activator="parent"
v-bind="props"
>
<v-btn key="1" icon="$success"></v-btn>
Expand Down Expand Up @@ -41,7 +42,6 @@
const transitions = ['scale-transition', 'slide-x-transition', 'slide-y-transition', 'slide-x-reverse-transition', 'slide-y-reverse-transition']
const props = computed(() => {
return {
activator: 'parent',
location: location.value,
transition: transition.value,
}
Expand Down

0 comments on commit 855e57d

Please sign in to comment.