Open NicJennings opened 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
Seems like this issue was fixed in this pull request
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