fix: ele 不存在InputPassword组件

This commit is contained in:
xingyu4j
2025-09-19 16:09:45 +08:00
parent 033bd21ff8
commit a75754c2ec
4 changed files with 11 additions and 4 deletions

View File

@@ -38,8 +38,9 @@ export function useFormSchema(): VbenFormSchema[] {
{
fieldName: 'password',
label: '密码',
component: 'InputPassword',
component: 'Input',
componentProps: {
showPassword: true,
placeholder: '请输入密码',
},
rules: 'required',