1
<html>
<head>
<title>core-icon-button</title>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="core-icon-button.html">
<style>
</style>
</head>
<body unresolved>
<template is="auto-binding">
<template repeat="{{icon in $.meta.metaData.icons.iconNames}}">
<core-icon-button icon="{{icon}}" title="{{icon}}"></core-icon-button>
</template>
<core-icon-button icon="menu"><span>label</span></core-icon-button>
</div>
<core-iconset id="meta"></core-iconset>
</template>
</body>
</html>
請能有人向我解釋,爲什麼沒有「進口」所使用的核心圖標集元素被使用? 對不起我的英文不好。 非常感謝。爲什麼<核心圖標集>可以沒有「進口」聚合物