change scrolling to scrollable
This commit is contained in:
parent
f346ce4bd9
commit
5d0b89ced8
2 changed files with 8 additions and 8 deletions
|
@ -77,7 +77,7 @@
|
|||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
scrolling: {
|
||||
scrollable: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
|
@ -208,7 +208,7 @@
|
|||
} else {
|
||||
if (this.timer) clearTimeout(this.timer);
|
||||
this.wrapShow = true;
|
||||
if (!this.scrolling) {
|
||||
if (!this.scrollable) {
|
||||
this.addScrollEffect();
|
||||
}
|
||||
}
|
||||
|
@ -218,7 +218,7 @@
|
|||
this.buttonLoading = false;
|
||||
}
|
||||
},
|
||||
scrolling (val) {
|
||||
scrollable (val) {
|
||||
if (!val) {
|
||||
this.addScrollEffect();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue