(component): 新增文档菜单目录, 新特性用于放置 tag 与 tagInput 文档

This commit is contained in:
就眠儀式 2022-08-06 19:59:19 +08:00
parent 2631e24207
commit be94f818a9
2 changed files with 19 additions and 1 deletions

View File

@ -425,6 +425,24 @@ const menus = [
},
],
},
{
id: 1,
title: "新特性",
children: [
{
id: 101,
title: "标签",
subTitle: "modal",
path: "/zh-CN/components/tag",
},
{
id: 102,
title: "标签输入",
subTitle: "load",
path: "/zh-CN/components/tagInput",
},
],
},
];
export default menus;