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
19ad5f4deaef3b5a3b4f5e6fda1bba98612ec9d1
Authored by
Aresn
2017-10-26 00:14:36 -0500
Committed by
GitHub
2017-10-26 00:14:36 -0500
1 parent
72ba6662
Update scroll.vue
Showing
1 changed file
with
0 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 @
19ad5f4
...
...
@@ -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) {
...
...