Skip to content

Commit

Permalink
fix(SidebarMenuAction): add slot into component
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyBanny authored Oct 30, 2024
1 parent 83419c4 commit ca11796
Showing 1 changed file with 3 additions and 1 deletion.
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 ca11796

Please sign in to comment.