Skip to content

Commit

Permalink
fix(VSpeedDial): remove mode designator on transition
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 25, 2024
1 parent 2d13e36 commit 2c726a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vuetify/src/labs/VSpeedDial/VSpeedDial.tsx
Expand Up @@ -78,7 +78,6 @@ export const VSpeedDial = genericComponent<OverlaySlots>()({
appear
group
transition={ props.transition }
mode="out-in"
>
{ slots.default?.(slotProps) }
</MaybeTransition>
Expand Down

0 comments on commit 2c726a5

Please sign in to comment.