feat(components): 添加面包屑

This commit is contained in:
Soybean
2021-09-16 08:25:07 +08:00
parent 667282f81a
commit c1cdc3a9ed
12 changed files with 195 additions and 23 deletions

View File

@ -9,8 +9,8 @@ interface RouteMeta {
title?: string;
/** 页面100%视高 */
fullPage?: boolean;
/** 作为菜单 */
asMenu?: boolean;
/** 作为菜单 */
isNotMenu?: boolean;
/** 菜单和面包屑对应的图标 */
icon?: Component;
}