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
f346ce4bd9dce13ee45011baee1876d08d79e814
Authored by
Rijn
2017-01-24 13:37:35 -0600
1 parent
f9a2e611
lint fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/modal/modal.vue
Inline
Side-by-side
src/components/modal/modal.vue
Wrap text
Show/Hide comments
View file @
f346ce4
...
...
@@ -219,7 +219,7 @@
219
219
}
220
220
},
221
221
scrolling (val) {
222
- if (!
this.scrolling
) {
222
+ if (!
val
) {
223
223
this.addScrollEffect();
224
224
} else {
225
225
this.removeScrollEffect();
...
...