Explorar el Código

Merge pull request #185 from hongxinzz/dev

fix: 修正types提示错误
Archer hace 2 años
padre
commit
535755b754
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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