feat: 更新 PSelect 组件,修改 schemaMemoKey 以优化性能
All checks were successful
/ test (push) Successful in 19s
/ surge (push) Successful in 48s

This commit is contained in:
严浩
2024-12-06 16:32:23 +08:00
parent c3bdd9ba9a
commit c1c8e470fd

View File

@ -115,7 +115,7 @@ export const PSelect: FormKitTypeDefinition = {
messages(),
),
props: ['options', 'optionLabel', 'optionValue'],
// schemaMemoKey: 'nnvujvlf2xr', // Math.random().toString(36).substring(2, 15)
schemaMemoKey: 'nip9j70lb1', // Math.random().toString(36).substring(2, 15)
};
// eslint-disable-next-line @typescript-eslint/no-explicit-any