fix(SidebarMenuAction): add slot into component

This commit is contained in:
Maxim Kim 2024-10-31 08:21:14 +12:00 committed by GitHub
parent 83419c4dc3
commit ca117968d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,5 +28,7 @@ const props = withDefaults(defineProps<PrimitiveProps & {
)"
:as="as"
:as-child="asChild"
/>
>
<slot/>
</Primitive>
</template>