feat(projects): 添加表格页面示例

This commit is contained in:
Soybean
2021-12-12 21:43:26 +08:00
parent 230a50a4cf
commit 51c744c8e2
8 changed files with 123 additions and 11 deletions

View File

@ -211,6 +211,14 @@ const routeConstMap = new Map<RouteKey, RouteConst>([
title: '卡片'
}
],
[
'component_table',
{
name: 'component_table',
path: '/component/table',
title: '表格'
}
],
[
'multi-menu',
{