mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
fix: 改成从 @ali/lowcode-engine 引入
This commit is contained in:
parent
0007daf759
commit
866b957f37
@ -3,7 +3,7 @@ import {
|
||||
} from '@ali/lowcode-utils';
|
||||
import { isJSExpression, isJSSlot } from '@ali/lowcode-types';
|
||||
import { Node } from '@ali/lowcode-designer';
|
||||
import { engineConfig } from '@ali/lowcode-editor-core';
|
||||
import { engineConfig } from '@ali/lowcode-engine';
|
||||
|
||||
export function compatibleReducer(props: any, node: Node): any {
|
||||
// 如果禁用了降级reducer,则不做处理
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user