fix(Sidebar): missing slot into component (#847)

* fix(SidebarMenuAction): add slot into component

* fix(SidebarMenuAction): add changes in new-york style
This commit is contained in:
Maxim Kim 2024-11-03 03:31:39 +12:00 committed by GitHub
parent 83419c4dc3
commit eff3e75466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

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

View File

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