質問

How can achieve this for my composite component?

Simple example: when using my component:

<my:myComponent> html code and other components </my:myComponent>

my composite component implementation:

<composite:implementation> <div> <!-- inject html code and other components here --> </div> </composite:implementation>

Can I use decorate somehow?

役に立ちましたか?

解決

<composite:implementation>
   <div>
       <composite:insertChildren/>
   </div>
</composite:implementation>
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top