antonreshetov / vue-glide

A slider and carousel as vue component on top of the Glide.js
https://antonreshetov.github.io/vue-glide/
MIT License
269 stars 39 forks source link

event is not defined #2

Closed Maskim closed 5 years ago

Maskim commented 5 years ago

hello,

I have an error when I click on one item. event is not defined

I look in your repo and I found the mistake in your src/components/Glide.vue l:268 you probably rename event in e but you forgot one ;)

antonreshetov commented 5 years ago

Hi, @Maskim i just merge you pull request. Thanks!