We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Astro v3.3.4 Node v18.17.1 System macOS (arm64) Package Manager yarn Output server Adapter none Integrations @astrojs/vue astro-purgecss astro-compress
No response
When using a slot name on a Vue component, the slot name is being rendered as an attribute
something like:
<Parent> <Child slot="footer" /> </Parent>
renders like:
<div class="parent"> <div class="parent-footer"> <div class="child" slot="footer">I am the child</div> </div> </div>
No slot attribute rendered on component
https://stackblitz.com/edit/github-1jemj8
The text was updated successfully, but these errors were encountered:
Ah, good catch, probably a quick fix, let me take a look.
Sorry, something went wrong.
matthewp
Successfully merging a pull request may close this issue.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When using a slot name on a Vue component, the slot name is being rendered as an attribute
something like:
renders like:
What's the expected result?
No slot attribute rendered on component
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-1jemj8
Participation
The text was updated successfully, but these errors were encountered: