Skip to content

Commit

Permalink
fix: add width/height for Arrow in PopperArrow (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnk authored Nov 8, 2023
1 parent d1455d3 commit b491a8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/radix-vue/src/Popper/PopperArrow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ const baseSide = computed(() => OPPOSITE_SIDE[contentContext.placedSide.value])
}"
:as="as"
:as-child="asChild"
:width="width"
:height="height"
/>
</span>
</template>

0 comments on commit b491a8d

Please sign in to comment.