Skip to content

Commit

Permalink
fix(vue): add missing emitted events (enable & disable) into 'emits' …
Browse files Browse the repository at this point in the history
…option
  • Loading branch information
rtabulov committed Aug 12, 2021
1 parent 0cfbc53 commit 95665cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vue/swiper.js
Expand Up @@ -157,9 +157,11 @@ const Swiper = {
'breakpoint',
'changeDirection',
'click',
'disable',
'doubleTap',
'doubleClick',
'destroy',
'enable',
'fromEdge',
'hashChange',
'hashSet',
Expand Down

0 comments on commit 95665cc

Please sign in to comment.