mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
chore: ts 报错处理
This commit is contained in:
parent
ca85c6a6e7
commit
424b239e45
@ -119,7 +119,7 @@ export class Prop implements IPropParent {
|
||||
}
|
||||
|
||||
if (type === 'slot') {
|
||||
const schema = this._slotNode?.export(stage) || {};
|
||||
const schema = this._slotNode?.export(stage) || {} as any;
|
||||
if (stage === TransformStage.Render) {
|
||||
return {
|
||||
type: 'JSSlot',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user