Commit 19ad5f4deaef3b5a3b4f5e6fda1bba98612ec9d1

Authored by Aresn
Committed by GitHub
1 parent 72ba6662

Update scroll.vue

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/components/scroll/scroll.vue
... ... @@ -128,7 +128,6 @@
128 128 },
129 129  
130 130 onCallback(dir) {
131   - console.log('onCallback', dir);
132 131 this.isLoading = true;
133 132 this.showBodyLoader = true;
134 133 if (dir > 0) {
... ...