[+] Add loadingError field

This commit is contained in:
Hykilpikonna
2019-10-13 21:18:39 -04:00
parent 382a2aeabc
commit 8aae753098
+3
View File
@@ -83,6 +83,9 @@ export default class App extends Vue
// Loading text
public loading: string = '';
// Loading error
public loadingError: boolean = false;
// Http Client
public static http: HttpUtils = new HttpUtils();