Commit 11baa9a1649c05e0dc02941c9eb5d827afb04c1c

Authored by Aresn
Committed by GitHub
2 parents 2e8add2f a3336b38

Merge pull request #2136 from SergioCrisostomo/fix-scroll-event

add missing event in callback
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/scroll/scroll.vue
... ... @@ -178,7 +178,7 @@
178 178 }
179 179 },
180 180  
181   - onWheel() {
  181 + onWheel(event) {
182 182 if (this.isLoading) return;
183 183  
184 184 // get the wheel direction
... ...