mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
chore: code format
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user