[+] Use actual loading text
This commit is contained in:
@@ -80,6 +80,9 @@ export default class App extends Vue
|
||||
// Token
|
||||
public token: string = '';
|
||||
|
||||
// Loading text
|
||||
public loading: string = '1. Initiating...';
|
||||
|
||||
// Http Client
|
||||
public static http: HttpUtils = new HttpUtils();
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</overall>
|
||||
</div>
|
||||
|
||||
<loading :text="'hi'"></loading>
|
||||
<loading :text="loading"></loading>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user