WebApp【公共组件库】@前端(For Git Submodule)
YFeng
2021-03-30 abc4deb599cefa9c869dba8facfb7e13c90763ef
plugins/infiniteScroll/CInfiniteScroll.vue
@@ -292,7 +292,9 @@
    mounted() {
        // 开启自动初始化
        if (this.autoInit) {
            this.hanldeLoadMore();
            setTimeout(() => {
                this.hanldeLoadMore();
            }, 200);
        }
    },
};