importHref 函数在哪里?

Where is the importHref function?

我很难尝试使用 Polymer.importHref 功能...

我错过了什么?

如果您只导入 polymer-element.html,请务必同时导入 import-href.html:

<link rel="import" href="polymer/lib/utils/import-href.html">

codepen