feat(tree): add tree component and wip workspace

This commit is contained in:
落小梅
2021-10-09 15:02:11 +08:00
12 changed files with 468 additions and 2 deletions

View File

@@ -254,6 +254,11 @@ export default {
title: '图标选择',
subTitle: 'iconPicker',
path: '/zh-CN/components/iconPicker',
},{
id: 29,
title: '分页',
subTitle: 'page',
path: '/zh-CN/components/page',
},
{
id: 30,

View File

@@ -153,6 +153,11 @@ const zhCN = [
component: () => import('../../docs/zh-CN/components/tree.md'),
meta: { title: '树形组件' }
},
{
path: '/zh-CN/components/page',
component: () => import('../../docs/zh-CN/components/page.md'),
meta: { title: '分页' },
}
],
},
]