[+] Use actual loading text
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
</overall>
|
</overall>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<loading :text="'hi'"></loading>
|
<loading :text="loading"></loading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user