attemt to fix production
This commit is contained in:
parent
2abde63afc
commit
5bbfa5ab25
|
@ -22,7 +22,7 @@
|
|||
font-family: sans-serif;
|
||||
color: #b9b9ba;
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
z-index: 999999;
|
||||
"
|
||||
>
|
||||
<img
|
||||
|
|
|
@ -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…
Reference in a new issue