feat(transfer): 初步集成 tansfer 组件

This commit is contained in:
就眠仪式
2021-10-10 23:42:05 +08:00
parent 1675a4f06a
commit 147a55e038
7 changed files with 334 additions and 3 deletions

View File

@@ -266,6 +266,12 @@ export default {
subTitle: 'tree',
path: '/zh-CN/components/tree',
},
{
id: 31,
title: '穿梭框',
subTitle: 'tree',
path: '/zh-CN/components/transfer',
},
]
const selected = ref(1)

View File

@@ -157,6 +157,11 @@ const zhCN = [
path: '/zh-CN/components/page',
component: () => import('../../docs/zh-CN/components/page.md'),
meta: { title: '分页' },
},
{
path: '/zh-CN/components/transfer',
component: () => import('../../docs/zh-CN/components/transfer.md'),
meta: { title: '穿梭框' },
}
],
},