Commit 46f37a1414f234cf166a23676ad88b2ad49b31cf

Authored by 梁灏
1 parent 8fc450f5

update Scroll

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/scroll/scroll.vue
... ... @@ -100,7 +100,7 @@
100 100 // just to improve feeling of loading and avoid scroll trailing events fired by the browser
101 101 waitOneSecond() {
102 102 return new Promise(resolve => {
103   - setTimeout(resolve, 2000);
  103 + setTimeout(resolve, 1000);
104 104 });
105 105 },
106 106  
... ...