mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-06 10:27:22 +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') {
|
if (type === 'slot') {
|
||||||
const schema = this._slotNode?.export(stage) || {};
|
const schema = this._slotNode?.export(stage) || {} as any;
|
||||||
if (stage === TransformStage.Render) {
|
if (stage === TransformStage.Render) {
|
||||||
return {
|
return {
|
||||||
type: 'JSSlot',
|
type: 'JSSlot',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user