attemt to fix production
This commit is contained in:
parent
2abde63afc
commit
5bbfa5ab25
2 changed files with 6 additions and 4 deletions
|
|
@ -46,9 +46,11 @@ export default {
|
|||
}),
|
||||
watch: {
|
||||
themeApplied (value) {
|
||||
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))
|
||||
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))
|
||||
})
|
||||
}
|
||||
},
|
||||
created () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue