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() {
|
||||
let self = this
|
||||
this.triggerEnabled = false;
|
||||
|
||||
if (this.data.next == "undefined") {
|
||||
if (typeof this.data.next == "undefined") {
|
||||
return
|
||||
}
|
||||
this.loading = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue