mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:13:40 +08:00
fix: fix Login Page LocalePicker showLocale condition
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<AppLocalePicker
|
<AppLocalePicker
|
||||||
class="absolute top-4 right-4 enter-x text-white xl:text-gray-600"
|
class="absolute top-4 right-4 enter-x text-white xl:text-gray-600"
|
||||||
:showText="false"
|
:showText="false"
|
||||||
v-if="!sessionTimeout"
|
v-if="!sessionTimeout && showLocale"
|
||||||
/>
|
/>
|
||||||
<AppDarkModeToggle class="absolute top-3 right-7 enter-x" v-if="!sessionTimeout" />
|
<AppDarkModeToggle class="absolute top-3 right-7 enter-x" v-if="!sessionTimeout" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user