[+] Use actual loading text

This commit is contained in:
Hykilpikonna
2019-10-13 20:46:28 -04:00
parent 878b8cf87c
commit 335cde4d4e
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -80,6 +80,9 @@ export default class App extends Vue
// Token // Token
public token: string = ''; public token: string = '';
// Loading text
public loading: string = '1. Initiating...';
// Http Client // Http Client
public static http: HttpUtils = new HttpUtils(); public static http: HttpUtils = new HttpUtils();
+1 -1
View File
@@ -12,7 +12,7 @@
</overall> </overall>
</div> </div>
<loading :text="'hi'"></loading> <loading :text="loading"></loading>
</div> </div>
</template> </template>