Skip to content

Commit

Permalink
fix(Sidebar): missing slot into component (#847)
Browse files Browse the repository at this point in the history
* fix(SidebarMenuAction): add slot into component

* fix(SidebarMenuAction): add changes in new-york style
  • Loading branch information
JollyBanny authored Nov 2, 2024
1 parent 83419c4 commit eff3e75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ const props = withDefaults(defineProps<PrimitiveProps & {
)"
:as="as"
:as-child="asChild"
/>
>
<slot/>
</Primitive>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ const props = withDefaults(defineProps<PrimitiveProps & {
)"
:as="as"
:as-child="asChild"
/>
>
<slot/>
</Primitive>
</template>

0 comments on commit eff3e75

Please sign in to comment.