feat: 更新表单输入组件的 schemaMemoKey,确保唯一性
All checks were successful
/ test (push) Successful in 26s
/ surge (push) Successful in 39s

This commit is contained in:
严浩
2024-11-26 15:31:05 +08:00
parent 5d111ead30
commit 884099b2ee
3 changed files with 3 additions and 3 deletions

View File

@ -47,5 +47,5 @@ export const form: FormKitTypeDefinition = {
'incompleteMessage', // 抱歉,部分字段未被正确填写。 'incompleteMessage', // 抱歉,部分字段未被正确填写。
], ],
features: [forms, disablesChildren], features: [forms, disablesChildren],
// schemaMemoKey: 'rorzq1rsrf', schemaMemoKey: 'i90xrn9dyre', // Math.random().toString(36).substring(2, 15)
}; };

View File

@ -32,7 +32,7 @@ export const PInputPassword: FormKitTypeDefinition = {
messages(), messages(),
), ),
features: [casts], features: [casts],
// schemaMemoKey: 'g2f31c24kjh', // Math.random().toString(36).substring(2, 15) schemaMemoKey: '9h771fci93n', // Math.random().toString(36).substring(2, 15)
}; };
declare module '@formkit/inputs' { declare module '@formkit/inputs' {

View File

@ -32,7 +32,7 @@ export const PInputText: FormKitTypeDefinition = {
messages(), messages(),
), ),
features: [casts], features: [casts],
// schemaMemoKey: 'g2f31c24kjh', // Math.random().toString(36).substring(2, 15) schemaMemoKey: 'nnvujvlf2xr', // Math.random().toString(36).substring(2, 15)
}; };
declare module '@formkit/inputs' { declare module '@formkit/inputs' {