spinner fix
This commit is contained in:
parent
a3131a20ee
commit
fe34428580
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@
|
||||||
getNext() {
|
getNext() {
|
||||||
let self = this
|
let self = this
|
||||||
this.triggerEnabled = false;
|
this.triggerEnabled = false;
|
||||||
|
if (typeof this.data.next == "undefined") {
|
||||||
if (this.data.next == "undefined") {
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue