perf(select): 新增 select 下拉选择 change 事件, disabled 禁用状态

This commit is contained in:
就眠仪式
2021-10-20 21:48:05 +08:00
parent 5ee145909c
commit 7603822299
7 changed files with 113 additions and 17 deletions

View File

@@ -322,6 +322,12 @@ export default {
subTitle: 'carousel',
path: '/zh-CN/components/carousel',
},
{
id: 39,
title: '下拉选择',
subTitle: 'select',
path: '/zh-CN/components/select',
},
]
const selected = ref(1)

View File

@@ -214,6 +214,10 @@ 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: '下拉选择' },
},
],
},