lint fix
This commit is contained in:
parent
f9a2e6114d
commit
f346ce4bd9
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
scrolling (val) {
|
scrolling (val) {
|
||||||
if (!this.scrolling) {
|
if (!val) {
|
||||||
this.addScrollEffect();
|
this.addScrollEffect();
|
||||||
} else {
|
} else {
|
||||||
this.removeScrollEffect();
|
this.removeScrollEffect();
|
||||||
|
|
Loading…
Add table
Reference in a new issue