fix: [page] adding child blocks to section block
This commit is contained in:
parent
92758a29f1
commit
8aea2c5d8d
@ -66,6 +66,7 @@ const props = withDefaults(
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
props.value.children ??= [];
|
||||||
|
|
||||||
const getPageBlockList = inject<(any) => any>("getPageBlockList");
|
const getPageBlockList = inject<(any) => any>("getPageBlockList");
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@ const props = withDefaults(
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
props.value.children ??= [];
|
||||||
|
|
||||||
const getPageBlockList = inject<(any) => any>("getPageBlockList");
|
const getPageBlockList = inject<(any) => any>("getPageBlockList");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user