mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 04:43:14 +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,
|
||||
name: value.name || value.props?.slotName,
|
||||
params: value.params || value.props?.slotParams,
|
||||
children: data.value,
|
||||
children: value.children,
|
||||
} as IPublicTypeSlotSchema;
|
||||
} else {
|
||||
slotSchema = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user