diff --git a/.changeset/swift-suits-drum.md b/.changeset/swift-suits-drum.md index a7b8b0174c3c3..664541c44d7c1 100644 --- a/.changeset/swift-suits-drum.md +++ b/.changeset/swift-suits-drum.md @@ -2,4 +2,4 @@ '@astrojs/vue': patch --- -Prevent passing slot names as props +Fixes an issue where Astro slot names were being rendered as attributes in components. Astro slot names will no longer be sent as props to framework components.