This commit is contained in:
syuilo 2020-02-23 02:28:07 +09:00
parent 50359dbaf4
commit 200e82decb

View file

@ -62,6 +62,7 @@ export default (opts) => ({
},
async init() {
this.queue = [];
this.fetching = true;
if (opts.before) opts.before(this);
let params = typeof this.pagination.params === 'function' ? this.pagination.params(true) : this.pagination.params;