fix: inputnumber

This commit is contained in:
xingyu4j
2022-11-17 13:20:55 +08:00
parent 2de05a87f4
commit f606bfb12b
3 changed files with 11 additions and 6 deletions

View File

@ -62,7 +62,8 @@ const schema = reactive<FormSchema[]>([
{
field: 'sex',
label: t('profile.user.sex'),
component: 'InputNumber'
component: 'InputNumber',
value: 0
}
])
const sexVlue = ref<number>()