Using Child Blocks in Custom Components
Is VUE not currently supported? Request VUE to also support this feature
This is something I also need for my project.
Hey @madmod you can use child blocks for Custom Components in Vue. To implement Custom Components please refer to our docs Registering Custom Components and to add a child block to the custom components please refer to Using Child Blocks in Custom Components.
For Vue and Svelte Add <slot></slot>
wherever you want your children to be. For more detail, visit the Vue document on Slots and the Svelte special elements entry on <slot>
.