This commit is contained in:
syuilo 2019-05-21 03:40:18 +09:00
parent b335975c97
commit 0d3117e472
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
4 changed files with 7 additions and 2 deletions

View file

@ -82,8 +82,10 @@ export default (opts) => ({
}
this.inited = true;
this.fetching = false;
if (opts.onInited) opts.onInited(this);
}, e => {
this.fetching = false;
if (opts.onInited) opts.onInited(this);
});
},