Browse Source

fix: 修正types提示错误

hongxinzz 2 năm trước cách đây
mục cha
commit
ef3e006859
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/store/modules/app.ts

+ 2 - 2
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