Skip to content

Commit

Permalink
fix(Accordion): remove unused open prop bind to CollapsibleContent (#889
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dwightjack committed May 1, 2024
1 parent a28c92e commit af7257e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/radix-vue/src/Accordion/AccordionContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ useForwardExpose()
<template>
<CollapsibleContent
role="region"
:open="itemContext.open.value"
:hidden="!itemContext.open.value"
:as-child="props.asChild"
:aria-labelledby="itemContext.triggerId"
Expand Down

0 comments on commit af7257e

Please sign in to comment.