fix(SidebarMenuAction): add slot into component
This commit is contained in:
parent
83419c4dc3
commit
ca117968d5
|
|
@ -28,5 +28,7 @@ const props = withDefaults(defineProps<PrimitiveProps & {
|
||||||
)"
|
)"
|
||||||
:as="as"
|
:as="as"
|
||||||
:as-child="asChild"
|
:as-child="asChild"
|
||||||
/>
|
>
|
||||||
|
<slot/>
|
||||||
|
</Primitive>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user