From ef3e006859dcd8b93ffb7cffcaeae24cbb330f2a Mon Sep 17 00:00:00 2001 From: hongxinzz <510348414@qq.com> Date: Mon, 10 Oct 2022 09:51:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3types=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/app.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index 6196f90..0ba2e1c 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -45,8 +45,8 @@ interface AppState { title: string userInfo: string isDark: boolean - currentSize: ElememtPlusSize - sizeMap: ElememtPlusSize[] + currentSize: ElementPlusSize + sizeMap: ElementPlusSize[] mobile: boolean footer: boolean theme: ThemeTypes