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

@@ -328,6 +328,12 @@ export default {
subTitle: 'select',
path: '/zh-CN/components/select',
},
{
id: 40,
title: '颜色选择器',
subTitle: 'colorPicker',
path: '/zh-CN/components/colorPicker',
},
]
const selected = ref(1)

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: '颜色选择器' },
},
],
},
]