Polymer 1.0:Plunker 是否自动导入所有元素

Polymer 1.0: Does Plunker automatically import all elements

看看this Plunker

index.html 的第 1 行看起来是这样的:

<script src="http://www.polymer-project.org/1.0/samples/components/webcomponentsjs/webcomponents-lite.min.js"></script>

加上 parent-element.html 上的第 1 行,内容为:

<link rel="import" href="http://www.polymer-project.org/1.0/samples/components/polymer/polymer.html">

正在共同导入所有 Polymer 1.0 网络元素。

对吗?或者他们只导入了一个子集?

Plunker 不会自动导入所有 Polymer 元素。

第一个参考是 polyfill 库(参见 http://webcomponents.org/polyfills/

webcomponents.js is a set of polyfills built on top of the Web Components specifications. It makes it possible for developers to use these standards today across all modern browsers.

第二个参考是 Polymer 库本身。

我相信您对将元素导入 Plunker 的回答也已经得到回答: