initial splashscreen implementation
This commit is contained in:
parent
8ee5122909
commit
00df9c9c32
9 changed files with 237 additions and 16 deletions
|
|
@ -67,6 +67,8 @@ const persistedStateOptions = {
|
|||
console.error(e)
|
||||
storageError = true
|
||||
}
|
||||
document.querySelector('#status').removeAttribute('class')
|
||||
document.querySelector('#status').textContent = i18n.global.t('splash.loading')
|
||||
const store = createStore({
|
||||
modules: {
|
||||
i18n: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue