瀏覽代碼

fix: 修正types提示错误

hongxinzz 2 年之前
父節點
當前提交
ef3e006859
共有 1 個文件被更改,包括 2 次插入2 次删除
  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