Increase default loading time for webapp one initial load
This commit is contained in:
parent
f6d3702d33
commit
8c2eec7f7c
@ -103,7 +103,7 @@ export default {
|
|||||||
.then(() => {
|
.then(() => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.loaded = true
|
this.loaded = true
|
||||||
}, 500)
|
}, 2000)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user