fix(projects): hidden multi-language button in login page. fix #694
This commit is contained in:
parent
5cf3236475
commit
54e7d6d00a
@ -66,6 +66,7 @@ const bgColor = computed(() => {
|
||||
@switch="themeStore.toggleThemeScheme"
|
||||
/>
|
||||
<LangSwitch
|
||||
v-if="themeStore.header.multilingual.visible"
|
||||
:lang="appStore.locale"
|
||||
:lang-options="appStore.localeOptions"
|
||||
:show-tooltip="false"
|
||||
|
Loading…
Reference in New Issue
Block a user