<dom-repeat id="xRepeat" as="x">
<template is="dom-repaet">
<div>
<dom-repeat items="[[x]]" as="y">
<template is="dom-repaet">
<div>
<dom-repeat items="[[y]]" as="z">
<template is="dom-repaet">
<span checked-data-id="{{x*y*z}}" >
{{z}}
</span>
</template>
</dom-repeat>
</div>
</template>
</dom-repeat>
</div>
</template>
</dom-repeat>
“{{x y z}}”在 Polymer#2.0 中没有响应。
我该怎么做才能让它发挥作用?? ? ? ? (@@)我感觉(<)...