我正在研究将元素的Light DOM内容绑定到Shadows中的方法。您可以在以下位置查看WIP:
https://ele.io/mbleigh/contents-template
我想知道的是如何支持类似于模板上bind
属性的内容。是否可以在模板附加到DOM后更改模板的绑定?我知道你可以手动设置node.model
,但我希望能够使用Polymer的文本绑定语法,以便元素可以是这样的:
<contents-template bind="{{data as user}}"></contents-template>
或类似的东西。任何允许我基本上“通过”对外部元素进行投标的内容都会有所帮助。