Skip to content

Commit

Permalink
fix(vue): add breakpointsBase type
Browse files Browse the repository at this point in the history
fixes #7607
  • Loading branch information
nolimits4web committed Jul 15, 2024
1 parent 84a9f25 commit 4adb85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vue/swiper.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const Swiper = {
virtualTranslate: { type: Boolean, default: undefined },
effect: { type: String, default: undefined },
breakpoints: { type: Object, default: undefined },
breakpointsBase: { type: String, default: undefined },
spaceBetween: { type: [Number, String], default: undefined },
slidesPerView: { type: [Number, String], default: undefined },
maxBackfaceHiddenSlides: { type: Number, default: undefined },
Expand Down Expand Up @@ -160,7 +161,6 @@ const Swiper = {
'beforeSlideChangeStart',
'beforeTransitionStart',
'breakpoint',
'breakpointsBase',
'changeDirection',
'click',
'disable',
Expand Down

0 comments on commit 4adb85b

Please sign in to comment.