diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index e379a1d..77de7ca 100644 --- a/src/App.vue +++ b/src/App.vue @@ -780,7 +780,7 @@ export default defineComponent({ primeLoadInd(msg: string){ this.pendingLoadingRevealHdlr = setTimeout(() => { this.loadingMsg = msg; - }, 300); + }, 500); }, endLoadInd(){ clearTimeout(this.pendingLoadingRevealHdlr); |
