【发布时间】:2014-07-11 19:19:09
【问题描述】:
我一直在研究 Web 组件,并且已经让 Google 图表工作。 它需要
bower_components/platform/platform.js
bower_components/google-chart/google-chart.html
但我没有看到提到聚合物这个词。
platform.js 是否被视为 Polymer,还是我需要包含某种 Polymer 以实现跨浏览器兼容性?
【问题讨论】:
-
Platform.js 不是聚合物,它们是填补浏览器空白的 polyfils,它们本身不支持 Web 组件,您是否看到 google-chart 源代码,它必须在内部调用polymer.html,它引用了聚合物.js
标签: polymer