fix: 修正types提示错误
This commit is contained in:
@@ -45,8 +45,8 @@ interface AppState {
|
|||||||
title: string
|
title: string
|
||||||
userInfo: string
|
userInfo: string
|
||||||
isDark: boolean
|
isDark: boolean
|
||||||
currentSize: ElememtPlusSize
|
currentSize: ElementPlusSize
|
||||||
sizeMap: ElememtPlusSize[]
|
sizeMap: ElementPlusSize[]
|
||||||
mobile: boolean
|
mobile: boolean
|
||||||
footer: boolean
|
footer: boolean
|
||||||
theme: ThemeTypes
|
theme: ThemeTypes
|
||||||
|
|||||||
Reference in New Issue
Block a user