fix(SidebarMenuAction): add changes in new-york style

This commit is contained in:
Maxim Kim 2024-10-31 08:57:18 +12:00 committed by GitHub
parent ca117968d5
commit 60f816d88f
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="as"
:as-child="asChild" :as-child="asChild"
/> >
<slot/>
</Primitive>
</template> </template>