Skip to content

Commit

Permalink
fix: missing binding
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Feb 28, 2025
1 parent 1c0609a commit 1af7979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Popover/PopoverContentImpl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ useFocusGuards()
@dismiss="rootContext.onOpenChange(false)"
>
<PopperContent
v-bind="forwarded"
v-bind="{ ...forwarded, ...$attrs }"
:id="rootContext.contentId"
:ref="forwardRef"
:data-state="rootContext.open.value ? 'open' : 'closed'"
Expand Down

0 comments on commit 1af7979

Please sign in to comment.