3
0

Increase default loading time for webapp one initial load

This commit is contained in:
Jože Fortun 2024-01-26 15:34:11 +01:00
parent f6d3702d33
commit 8c2eec7f7c

View File

@ -103,7 +103,7 @@ export default {
.then(() => {
setTimeout(() => {
this.loaded = true
}, 500)
}, 2000)
})
},