Polymer 核心图标在 FireFox 中不呈现
Polymer core-icons does not render in FireFox
我正在使用随 Bower 安装的 Ploymer 图标 0.5.5。这些图标在 Chrome 中工作正常,但在 Firefox 中隐藏。 Example Code
如何解决这个问题?
我刚刚注意到您的代码中没有包含 Web 组件的 polyfill,这很可能是问题所在。没有其他浏览器支持像 Chrome 这样的 Web 组件,所以你必须像这样在你的 index.html
:
中包含 polyfill
<script src="[Polymer-elements-folder]/webcomponentsjs/webcomponents.js"><script>
我正在使用随 Bower 安装的 Ploymer 图标 0.5.5。这些图标在 Chrome 中工作正常,但在 Firefox 中隐藏。 Example Code
如何解决这个问题?
我刚刚注意到您的代码中没有包含 Web 组件的 polyfill,这很可能是问题所在。没有其他浏览器支持像 Chrome 这样的 Web 组件,所以你必须像这样在你的 index.html
:
<script src="[Polymer-elements-folder]/webcomponentsjs/webcomponents.js"><script>