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

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