spinner fix

This commit is contained in:
booploops 2022-01-18 03:13:38 -08:00
parent a3131a20ee
commit fe34428580

View file

@ -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