mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 02:47:12 +00:00
fix: JSExpression 增加 compiled
This commit is contained in:
parent
a2a7ee7fcc
commit
9f51e39264
@ -11,6 +11,8 @@ export interface JSExpression {
|
|||||||
* 模拟值
|
* 模拟值
|
||||||
*/
|
*/
|
||||||
mock?: any;
|
mock?: any;
|
||||||
|
/** 源码 */
|
||||||
|
compiled?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 函数
|
// 函数
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user