From d698db587fbf9b0243ccae18c5a776ae3e67ef4e Mon Sep 17 00:00:00 2001 From: XiaoDaiGua-Ray <443547225@qq.com> Date: Wed, 11 Oct 2023 17:21:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DuseWindowSize=E6=9C=AA?= =?UTF-8?q?=E6=89=BE=E5=88=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/login/index.tsx b/src/views/login/index.tsx index 899c3e9b..31a9ce90 100644 --- a/src/views/login/index.tsx +++ b/src/views/login/index.tsx @@ -22,6 +22,7 @@ import ThemeSwitch from '@/layout/components/SiderBar/components/SettingDrawer/c import { useSetting } from '@/store' import { LOCAL_OPTIONS } from '@/app-config/localConfig' import { useI18n } from '@/hooks/web/index' +import { useWindowSize } from '@vueuse/core' const Login = defineComponent({ name: 'RLogin',