我目前正在使用 app-layout 元素(版本 0.10.4),特别是 app-toolbar。
当创建一个带有“main-title”属性的 div 时,它不会“工作”。我不确定,如果它可能是我进口的。
<link rel="import" href="bower_components/paper-styles/paper-styles.html">
<link rel="import" href="bower_components/iron-icons/iron-icons.html">
<link rel="import" href="bower_components/app-layout/app-layout.html">
<link rel="import" href="bower_components/paper-icon-button/paper-icon-button.html">
或者可能是我使用的 app-toolbar 错误。
<body>
<app-header-layout>
<app-header effects="waterfall" reveals>
<app-toolbar>
<paper-icon-button icon="menu"></paper-icon-button>
</app-toolbar>
</app-header>
<main>
</main>
</app-header-layout>
</body>
感谢所有反馈,谢谢!