mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-24 02:00:22 +08:00
fix: fix Login Page LocalePicker showLocale condition
This commit is contained in:
parent
21c771b59c
commit
d683b0f1e8
@ -3,7 +3,7 @@
|
||||
<AppLocalePicker
|
||||
class="absolute top-4 right-4 enter-x text-white xl:text-gray-600"
|
||||
:showText="false"
|
||||
v-if="!sessionTimeout"
|
||||
v-if="!sessionTimeout && showLocale"
|
||||
/>
|
||||
<AppDarkModeToggle class="absolute top-3 right-7 enter-x" v-if="!sessionTimeout" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user