diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-10 15:15:35 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-10 15:20:49 +1000 |
| commit | 016f619daf1864920f978c5cfd8feb94abe3ab08 (patch) | |
| tree | bebdf1a6efe8b5843bc89b6b20d7efda70a2bcb5 /src/App.vue | |
| parent | bfedee13486da7dd4f0668c60f9f8456930642ec (diff) | |
Add FAQs section to help info
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index f7b87df..30a7c02 100644 --- a/src/App.vue +++ b/src/App.vue @@ -912,6 +912,7 @@ export default defineComponent({ }, // For the loading-indicator primeLoadInd(msg: string){ // Sets up a loading message to display after a timeout + clearTimeout(this.pendingLoadingRevealHdlr); this.pendingLoadingRevealHdlr = setTimeout(() => { this.loadingMsg = msg; }, 500); |
