Skip to content

Commit

Permalink
fix(vue): definition for "lock" and "unlock" events
Browse files Browse the repository at this point in the history
fixes #4596
  • Loading branch information
nolimits4web committed May 28, 2021
1 parent b2b31b3 commit 46d35f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vue/swiper.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ const Swiper = {
'keyPress',
'lazyImageLoad',
'lazyImageReady',
'lock',
'loopFix',
'momentumBounce',
'navigationHide',
Expand Down Expand Up @@ -212,6 +213,7 @@ const Swiper = {
'touchStart',
'transitionEnd',
'transitionStart',
'unlock',
'update',
'zoomChange',
],
Expand Down

0 comments on commit 46d35f7

Please sign in to comment.