Add missing lang in html document
This commit is contained in:
parent
b9200c6411
commit
42ccccb83a
|
@ -146,6 +146,8 @@ loadServerConfig()
|
|||
})
|
||||
}
|
||||
|
||||
document.documentElement.lang = currentLanguage.split('_')[0]
|
||||
|
||||
app.use(router)
|
||||
|
||||
app.mount('#app')
|
||||
|
|
Loading…
Reference in New Issue