-
-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Description
Moving this discussion from Ember issues to here. The original issue was emberjs/ember.js#11167
I think something like this should be supported, especially with the push towards components.
I want to have a parent component with a template like:
<div>Foo</div>
<div>Bar</div>
{{yield}}And then I would expect for child components, that extend that parent component to just be able to define a template of:
<div>Baz</div>And have it automatically put that in the yield, so whenever I used the child component, it would show up as:
<div>Foo</div>
<div>Bar</div>
<div>Baz</div>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels