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

@@ -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: '分页' },
}
],
},
]