feat(breadcrumb): support showIcon (#48)

Co-authored-by: FuckDoctors <zhbchwin@163.com>
This commit is contained in:
ZhaoBin
2020-10-22 21:37:15 +08:00
committed by GitHub
parent 28392c3d6e
commit d8b25b488b
5 changed files with 35 additions and 3 deletions

View File

@@ -84,6 +84,8 @@ export interface ProjectConfig {
lockTime: number;
// 显示面包屑
showBreadCrumb: boolean;
// 显示面包屑图标
showBreadCrumbIcon: boolean;
// 使用error-handler-plugin
useErrorHandle: boolean;