perf(input): 新增 input 组件 input 事件

This commit is contained in:
就眠仪式
2021-10-13 13:44:22 +08:00
parent 05c9518405
commit d823e9a9b8
6 changed files with 85 additions and 4 deletions

View File

@@ -283,7 +283,12 @@ export default {
title: '单选框',
subTitle: 'radio',
path: '/zh-CN/components/radio',
},
},{
id: 34,
title: '输入框',
subTitle: 'input',
path: '/zh-CN/components/input',
}
]
const selected = ref(1)