docs(projects): update README.md

ISSUES CLOSED: \
This commit is contained in:
Soybean
2022-05-18 23:23:04 +08:00
parent cc0bb088ec
commit 4b80a66114
2 changed files with 9 additions and 1 deletions

View File

@ -211,7 +211,7 @@ declare namespace Theme {
/** 菜单样式 */
interface Menu {
/** 水平模式的菜单的位置 */
horizontalPosition: HorizontalMenuPosition;
horizontalPosition: EnumType.ThemeHorizontalMenuPosition;
/** 水平模式的菜单的位置列表 */
horizontalPositionList: HorizontalMenuPositionList[];
}