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', // 抱歉,部分字段未被正确填写。
],
features: [forms, disablesChildren],
// schemaMemoKey: 'rorzq1rsrf',
schemaMemoKey: 'i90xrn9dyre', // Math.random().toString(36).substring(2, 15)
};