mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-23 20:16:28 +08:00
remove AppLocalePicker
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
<div :class="prefixCls" class="relative w-full h-full px-4">
|
||||
<div class="flex items-center absolute right-4 top-4">
|
||||
<AppDarkModeToggle class="enter-x mr-2" v-if="!sessionTimeout" />
|
||||
<AppLocalePicker
|
||||
<!-- <AppLocalePicker
|
||||
class="text-white enter-x xl:text-gray-600"
|
||||
:show-text="false"
|
||||
v-if="!sessionTimeout && showLocale"
|
||||
/>
|
||||
/> -->
|
||||
</div>
|
||||
|
||||
<span class="-enter-x xl:hidden">
|
||||
@@ -49,7 +49,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { computed } from 'vue'
|
||||
import { AppLogo } from '/@/components/Application'
|
||||
import { AppLocalePicker, AppDarkModeToggle } from '/@/components/Application'
|
||||
import { /*AppLocalePicker,*/ AppDarkModeToggle } from '/@/components/Application'
|
||||
import LoginForm from './LoginForm.vue'
|
||||
import ForgetPasswordForm from './ForgetPasswordForm.vue'
|
||||
import RegisterForm from './RegisterForm.vue'
|
||||
|
||||
Reference in New Issue
Block a user