chore: code format

This commit is contained in:
xiaojunnuo
2025-06-29 14:09:09 +08:00
parent 04422a4637
commit 4fcfd089d8
644 changed files with 10845 additions and 13184 deletions
@@ -13,7 +13,7 @@ export function useReference(formItem: any) {
const ctx = {
compute,
asyncCompute,
computed
computed,
};
const script = formItem.mergeScript;
const func = new Function("ctx", script);
@@ -30,7 +30,7 @@ export function useReference(formItem: any) {
formItem.helper = {
render: () => {
return <div innerHTML={helper}></div>;
}
},
};
}
}