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:
parent
83419c4dc3
commit
eff3e75466
|
|
@ -28,5 +28,7 @@ const props = withDefaults(defineProps<PrimitiveProps & {
|
|||
)"
|
||||
:as="as"
|
||||
:as-child="asChild"
|
||||
/>
|
||||
>
|
||||
<slot/>
|
||||
</Primitive>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -28,5 +28,7 @@ const props = withDefaults(defineProps<PrimitiveProps & {
|
|||
)"
|
||||
:as="as"
|
||||
:as-child="asChild"
|
||||
/>
|
||||
>
|
||||
<slot/>
|
||||
</Primitive>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user