perf(radio): 新增 radio 组件 change 事件

This commit is contained in:
就眠仪式
2021-10-13 13:10:37 +08:00
parent aac27992c0
commit 1cc6e529c0
4 changed files with 111 additions and 16 deletions

View File

@@ -278,6 +278,11 @@ export default {
title: '复选框',
subTitle: 'checkbox',
path: '/zh-CN/components/checkbox',
},{
id: 33,
title: '单选框',
subTitle: 'radio',
path: '/zh-CN/components/radio',
},
]

View File

@@ -178,6 +178,10 @@ const zhCN = [
path: '/zh-CN/components/checkbox',
component: () => import('../../docs/zh-CN/components/checkbox.md'),
meta: { title: '复选框' },
},{
path: '/zh-CN/components/radio',
component: () => import('../../docs/zh-CN/components/radio.md'),
meta: { title: '单选框' },
},
],
},