Skip to content

Commit

Permalink
fix: enabled not working (fix #5611) (#5612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum authored Apr 6, 2022
1 parent f0cb4b3 commit 6a0554b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vue/swiper.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const Swiper = {
zoom: { type: [Boolean, Object], default: undefined },
grid: { type: [Object], default: undefined },
freeMode: { type: [Boolean, Object], default: undefined },
enabled: { type: Boolean, default: undefined },
},
emits: [
'_beforeBreakpoint',
Expand Down

0 comments on commit 6a0554b

Please sign in to comment.