Vue Pagination Error

I have a web app that is built on Laravel 5.6. The app uses infinite loader to display more content as users scroll downs. After learning about vuejs and experiencing how the pagination created in vuejs works, I am considering to switch from infinite scroll to pagination. I followed this tutorial for adding vue pagination but I am facing some difficulty. The pagination works fine till page 1 and 2, but after that I am getting nothing. The content is there on those pages, but it is not being displayed upon clicking on the page number. What I am doing wrong?

console.log() out page 3 onward to check is it the dom issue or the data not coming out.