Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 51ec35e

Browse files
committed
whoops, forgot to build
1 parent c22b87a commit 51ec35e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/vue-awesome-swiper.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/swiper.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
DEFAULT_EVENTS.forEach(eventName => {
102102
this.swiper.on(eventName, function() {
103103
// NOTE - `this` is the swiper instance
104+
console.log(eventName)
104105
vm.$emit(eventName, this, ...arguments)
105106
})
106107
})

0 commit comments

Comments
 (0)