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

@@ -62,7 +62,10 @@ export function useFormSchema(): VbenFormSchema[] {
{
label: '用户密码',
fieldName: 'password',
component: 'InputPassword',
component: 'Input',
componentProps: {
showPassword: true,
},
rules: 'required',
dependencies: {
triggerFields: ['id'],