Closed Catalinul95 closed 3 years ago
@Catalinul95 Have you solved it. then how? I'm facing the same problem
Check this here: https://github.com/Catalinul95/power/blob/main/resources/js/routes/Product/Products.vue
I don't remember now, but there you have the code that does the magic, it's working.
Version 2.4.5
Vue.js version 2.6.12
What is actually happening?
That console.log("DOES NOT WORK"); is not being called which means that the infiniteHandler() method is not being called at all, everything else works, the, the data is fetched when created() is fired up. No errors, nothing. Even if I remove the created() code, still does not work, the infiniteHandler() method is not being called at all.