fix: 修复useWindowSize未找到bug

This commit is contained in:
XiaoDaiGua-Ray 2023-10-11 17:21:14 +08:00
parent 0c7adb9584
commit d698db587f

View File

@ -22,6 +22,7 @@ import ThemeSwitch from '@/layout/components/SiderBar/components/SettingDrawer/c
import { useSetting } from '@/store' import { useSetting } from '@/store'
import { LOCAL_OPTIONS } from '@/app-config/localConfig' import { LOCAL_OPTIONS } from '@/app-config/localConfig'
import { useI18n } from '@/hooks/web/index' import { useI18n } from '@/hooks/web/index'
import { useWindowSize } from '@vueuse/core'
const Login = defineComponent({ const Login = defineComponent({
name: 'RLogin', name: 'RLogin',