fick ytou
This commit is contained in:
parent
f2308bc63d
commit
563bf1d5b8
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ export default {
|
||||||
themeApplied (value) {
|
themeApplied (value) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
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))
|
||||||
|
// eslint-disable no-debugger
|
||||||
debugger
|
debugger
|
||||||
document.querySelector('#splash').classList.add('hidden')
|
document.querySelector('#splash').classList.add('hidden')
|
||||||
document.querySelector('#app').classList.remove('hidden')
|
document.querySelector('#app').classList.remove('hidden')
|
||||||
|
|
Loading…
Add table
Reference in a new issue