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

@@ -94,6 +94,8 @@ const setting: ProjectConfig = {
lockTime: 0,
// 显示面包屑
showBreadCrumb: true,
// 显示面包屑图标
showBreadCrumbIcon: false,
// 使用error-handler-plugin
useErrorHandle: isProdMode(),