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

@ -31,6 +31,7 @@ export type RouteKey =
| 'component'
| 'component_button'
| 'component_card'
| 'component_table'
| 'multi-menu'
| 'multi-menu_first'
| 'multi-menu_first_second'