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

This commit is contained in:
落小梅
2021-10-21 14:45:21 +08:00
parent b4477f049b
commit 32252dba94
18 changed files with 189 additions and 1114 deletions

View File

@@ -219,6 +219,11 @@ const zhCN = [
component: () => import('../../docs/zh-CN/components/select.md'),
meta: { title: '下拉选择' },
},
{
path: '/zh-CN/components/colorPicker',
component: () => import('../../docs/zh-CN/components/colorPicker.md'),
meta: { title: '颜色选择器' },
},
],
},
]