chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a3336b381608c823cbfd5895686f076158767d8c
Authored by
Sergio Crisostomo
2017-10-19 10:41:19 +0200
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
Inline
Side-by-side
src/components/scroll/scroll.vue
Wrap text
Show/Hide comments
View file @
a3336b3
...
...
@@ -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
...
...