style(Login): update login styles
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { i18n } from '@/plugins/i18n'
|
||||
import { i18n } from '@/plugins/vueI18n'
|
||||
|
||||
type I18nGlobalTranslation = {
|
||||
(key: string): string
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { i18n } from '@/plugins/i18n'
|
||||
import { i18n } from '@/plugins/vueI18n'
|
||||
import { useLocaleStoreWithOut } from '@/store/modules/locale'
|
||||
import { setHtmlPageLang } from '@/plugins/i18n/helper'
|
||||
import { setHtmlPageLang } from '@/plugins/vueI18n/helper'
|
||||
|
||||
function setI18nLanguage(locale: LocaleType) {
|
||||
const localeStore = useLocaleStoreWithOut()
|
||||
|
||||
Reference in New Issue
Block a user