-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Missing content passed to a dynamic list of slots #9037
Comments
Do this:
|
As @AngCosmin said. You need to use the binding syntax here. |
But shouldn't it throw the |
Because we used to support interpolating attributes with |
You misunderstood me. In the example I linked in the first post, I had So what I was trying to say was that vue should throw the |
I see. I think this could be enhanced. |
Should I open a new issue to track this change or could we re-open and use this one? |
A new feature request would be fine. 😄 |
Version
2.5.17
Reproduction link
https://jsfiddle.net/Lytuc02x/6/
Steps to reproduce
N/A
What is expected?
The
#line-1
and#line-2
elements should contain theFirst line
and respectivelySecond line
texts.What is actually happening?
The mentioned elements are empty.
The text was updated successfully, but these errors were encountered: