[Vuejs]-Laravel VueJs Pagination Keep the same page number after update

0👍

You have to make this pagination script more complex

<Pagination :data="laravelData" :limit="1" @pagination-change-page="page => getResults(page, per_page, orderColumn, orderDirection)"></Pagination>

Leave a comment