Skip to content

Commit

Permalink
fix(vue): virtualUpdate event is not declared (#5830)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaycoban authored Jun 29, 2022
1 parent 3267616 commit 8b00333
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 @@ -224,6 +224,7 @@ const Swiper = {
'transitionStart',
'unlock',
'update',
'virtualUpdate',
'zoomChange',
],
setup(props, { slots: originalSlots, emit }) {
Expand Down

0 comments on commit 8b00333

Please sign in to comment.