标签: javascript polymer
DOM渲染在Chrome和IE11中有所不同。在Chrome中它很好但在IE中[[item]]中的所有值都在一个标记中 。
[[item]]
<template is="dom-repeat" items="[[distChildren]]"> <px-column label> <content select=".item[[item]]"></content> </px-column> </template>