Closed FroudeDescartes closed 4 months ago
Components need to have either <slot/> or <ContentSlot :use="$slots.default" unwrap=""/> element so that they can take another component nested
<slot/>
<ContentSlot :use="$slots.default" unwrap=""/>