refactor(tree): 移注第一版tree的实现

This commit is contained in:
落小梅
2021-10-21 14:45:47 +08:00
parent 32252dba94
commit 01a479bc9a
4 changed files with 7 additions and 13 deletions

View File

@@ -214,7 +214,8 @@ const zhCN = [
path: '/zh-CN/components/carousel',
component: () => import('../../docs/zh-CN/components/carousel.md'),
meta: { title: '轮播' },
},{
},
{
path: '/zh-CN/components/select',
component: () => import('../../docs/zh-CN/components/select.md'),
meta: { title: '下拉选择' },