why infinite will execute more than once?
Because it fires on scroll! You need to debounce it, refer to KS example https://github.com/framework7io/framework7-vue/blob/master/kitchen-sink/src/pages/infinite-scroll.vue
1 Like