SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 504 forks source link

Pagination Buttons should have click.prevent #503

Open NicJennings opened 4 years ago

NicJennings commented 4 years ago

Hello,

The pagination buttons currently have v-on:click="goToPage(index)" but they should be
v-on:click.prevent="goToPage(index)" as on a form based application the pagination submits the form and reload the page.

Thanks

chemparparokke commented 4 years ago

Seems like this issue was fixed in this pull request