typo
This commit is contained in:
parent
17d818283d
commit
6293621f68
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +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-debuggera */
|
/* 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