(component): 新增pageHeader组件 在页面路径不复杂的情况下可以使用该组件代替面包屑组件

ISSUES CLOSED: #I4V3VC
This commit is contained in:
zhangzheng
2022-06-20 12:12:03 +08:00
parent 9e10662210
commit 80807a2ceb
7 changed files with 150 additions and 0 deletions

View File

@@ -105,6 +105,12 @@ const menus = [
subTitle: "breadcrumb",
path: "/zh-CN/components/breadcrumb",
},
{
id: 17,
title: "页头",
subTitle: "pageHeader",
path: "/zh-CN/components/pageheader",
},
{
id: 28,
title: "选项卡",