Skip to content

Commit

Permalink
fix(VSlideGroup): assign mobile default of null
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 14, 2024
1 parent aa79f16 commit b674239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const makeVSlideGroupProps = propsFactory({
},

...makeComponentProps(),
...makeDisplayProps(),
...makeDisplayProps({ mobile: null }),
...makeTagProps(),
...makeGroupProps({
selectedClass: 'v-slide-group-item--active',
Expand Down

0 comments on commit b674239

Please sign in to comment.