Commit a3336b381608c823cbfd5895686f076158767d8c

Authored by Sergio Crisostomo
1 parent 2e8add2f

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
... ...