a
This commit is contained in:
parent
27b42df83c
commit
57dcf2723e
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export default {
|
|||
this.$store.dispatch('setLayoutWidth', windowWidth())
|
||||
this.$store.dispatch('setLayoutHeight', windowHeight())
|
||||
},
|
||||
removeSplash() {
|
||||
removeSplash () {
|
||||
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