[新增] select 组件, 待完善

This commit is contained in:
就眠仪式
2021-10-02 00:05:59 +08:00
parent ba5e4ea5c7
commit ab620fbd53
6 changed files with 100 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ export default {
{ id: 21, title: '手风琴',subTitle:"collapse" ,path: '/zh-CN/components/collapse' },
{ id: 22, title: '表格',subTitle:"table" ,path: '/zh-CN/components/table' },
{ id: 23, title: '头像',subTitle:"avatar" ,path: '/zh-CN/components/avatar' },
{ id: 23, title: '字段',subTitle:"field" ,path: '/zh-CN/components/field' },
{ id: 24, title: '字段',subTitle:"field" ,path: '/zh-CN/components/field' },
]
const selected = ref(1)