WHY IS THIS HAPPENING
This commit is contained in:
parent
b11da187b8
commit
559040e260
1 changed files with 2 additions and 2 deletions
|
@ -47,9 +47,9 @@ export default {
|
||||||
watch: {
|
watch: {
|
||||||
themeApplied (value) {
|
themeApplied (value) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
document.querySelector('#app').classList.remove('hidden')
|
|
||||||
document.querySelector('#splash').classList.add('hidden')
|
|
||||||
document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4))
|
document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4))
|
||||||
|
document.querySelector('#splash').classList.add('hidden')
|
||||||
|
document.querySelector('#app').classList.remove('hidden')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue