mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-29 23:08:12 +00:00
fix: getting slot children incorrectly
This commit is contained in:
parent
bf5fece16b
commit
b629ca55e5
@ -404,7 +404,7 @@ export class Prop implements IProp, IPropParent {
|
|||||||
id: data.id,
|
id: data.id,
|
||||||
name: value.name || value.props?.slotName,
|
name: value.name || value.props?.slotName,
|
||||||
params: value.params || value.props?.slotParams,
|
params: value.params || value.props?.slotParams,
|
||||||
children: data.value,
|
children: value.children,
|
||||||
} as IPublicTypeSlotSchema;
|
} as IPublicTypeSlotSchema;
|
||||||
} else {
|
} else {
|
||||||
slotSchema = {
|
slotSchema = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user