src/components/tool/scroll-paging.vue
@@ -2,7 +2,7 @@ <div class="scroll-pagination" ref="content" @scroll="onScroll"> <slot></slot> <el-button v-show="isLoding" v-show="isLoding&&!finishLoding" type="text" style="display: flex; margin: 0 auto; color: #909399" ><i class="el-icon-loading" style="font-size:20px"></i @@ -34,6 +34,7 @@ deep:true, handler(){ this.isLoding = false console.log(this.isLoding) } } },