Monday, April 3, 2017

How to implement infinite scroll in my vue js

I currently learning combining laravel with vue. This page should be fetching post data from server and showing in user timeline. I am successfully get all data and display it. But i want to implement a infinite scroll into it but i had no idea how to do it. i had been tried many different way also not working. Maybe is my knowledge about vue is still fresh. Any suggestion for me?

Here is my code :jsfiddle

Once submitted /feed the server will return array which contain post information. i had tried example like vue infinite scroll but not working for me.

Returned Array

In vue enter image description here

In route enter image description here



via masterhunter

Advertisement