-
-
Notifications
You must be signed in to change notification settings - Fork 967
New issue
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
Can't use template for slot #2888
Labels
Comments
I had the same issue once and then I used |
Yeah, I used Thank you ^^ |
GianlucaGuarini
added a commit
to riot/compiler
that referenced
this issue
Nov 28, 2020
GianlucaGuarini
added a commit
to riot/compiler
that referenced
this issue
Nov 28, 2020
This feature was added in Riot.js@5.1.0. <my-tag>
<child>
<template slot="default">{'hello there'}</template>
</child>
</my-tag> |
Closed
1 task
This was referenced Jun 6, 2021
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Help us to manage our issues by answering the following:
When using template tag for pass multiple children to a slot, riot crashes but only if inside the template tag there is a binding, if it is pure html it won't crash...
here
any, I think. I'm on Firefox@latest
v5
The text was updated successfully, but these errors were encountered: