mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-10 02:33:43 +08:00
feat(components): 添加面包屑
This commit is contained in:
@@ -9,8 +9,8 @@ interface RouteMeta {
|
||||
title?: string;
|
||||
/** 页面100%视高 */
|
||||
fullPage?: boolean;
|
||||
/** 作为菜单 */
|
||||
asMenu?: boolean;
|
||||
/** 不作为菜单 */
|
||||
isNotMenu?: boolean;
|
||||
/** 菜单和面包屑对应的图标 */
|
||||
icon?: Component;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user