答案 0 :(得分:1)
因为余烬座右铭是Data down, Action up
。从子组件调用操作没有意义。
但如果它适合您的情况,请将其用作contextual
。如图所示this twiddle。
如:
{{#child-omponent as |actionHandler|}}
<footer>
<h3 onclick={{action actionHandler }}>Click me to called child components action</h3>
</footer>
{{/child-omponent}}