src/components/group/articleListScorll.vue
@@ -1,8 +1,8 @@ <template> <div> <div v-infinite-scroll="loadMore" infinite-scroll-disabled="busy" :infinite-scroll-distance="10"> <div v-for="temp in data"> <newArticle v-bind="temp"></newArticle> <div v-for="(temp,index) in data"> <newArticle v-bind="temp" :index="index"></newArticle> <!-- <box5 v-bind="temp"></box5> --> </div> <div v-if="loading && !busy" class="demo-loading-container">