feat: add card-list page

This commit is contained in:
陈小婷
2020-11-23 22:03:40 +08:00
parent 737b1b190c
commit 3a132f3f4f
5 changed files with 148 additions and 0 deletions

View File

@@ -106,6 +106,19 @@ const menu: MenuModule = {
},
],
},
{
path: 'list',
name: '列表页',
tag: {
content: 'new',
},
children: [
{
path: 'card',
name: '卡片列表',
},
],
},
],
},
};