Skip to content

Commit

Permalink
fix(VSpeedDial): Use content-class
Browse files Browse the repository at this point in the history
  • Loading branch information
jsek committed Aug 13, 2024
1 parent f20636a commit 377c368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VSpeedDial/VSpeedDial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const VSpeedDial = genericComponent<OverlaySlots>()({
contentClass={[
'v-speed-dial__content',
locationClasses.value,
props.contentClass,
]}
location={ location.value }
ref={ menuRef }
Expand Down

0 comments on commit 377c368

Please sign in to comment.