Open
Description
The following content was from here:
One a side note, when you do this
changeFilter() {
this.list = [];
this.$nextTick(() => {
this.$broadcast('$InfiniteLoading:reset');
});
},if you have a stagger transition on your for item like v-for="item in list" transition="bounce" stagger="100" the data will not auto reload on change like your demo, you must scroll