@@ -161,7 +161,9 @@ export default {
}
this.isLoading = false;
})
- .catch(() => {});
+ .catch(() => {
+ this.isLoading = false;
+ });
}, 1000);
this.checkBrowser();