Polymer 聚合物0.5,未显示核心支架菜单

Polymer 聚合物0.5,未显示核心支架菜单,polymer,Polymer,在我的Polymer 0.5应用程序中,core scaffold已停止在最新版本的Chrome(49)中显示其菜单 这是基本的核心脚手架,铬不显示菜单项 有没有办法把菜单拿回来 <core-scaffold> <core-header-panel navigation flex mode="seamed"> <core-toolbar>Application</core-toolbar> <core-menu theme

在我的Polymer 0.5应用程序中,core scaffold已停止在最新版本的Chrome(49)中显示其菜单

这是基本的核心脚手架,铬不显示菜单项

有没有办法把菜单拿回来

<core-scaffold>
  <core-header-panel navigation flex mode="seamed">
    <core-toolbar>Application</core-toolbar>
    <core-menu theme="core-light-theme">
      <core-item icon="settings" label="item1"></core-item>
      <core-item icon="settings" label="item2"></core-item>
    </core-menu>
  </core-header-panel>
  <div tool>Title</div>
  <div>
    Main content goes here...
  </div>
</core-scaffold>

应用
标题
主要内容在这里。。。
这是一个Chrome错误 该错误已在金丝雀(51)中修复

Chrome pre-49错误地支持::content[attribute]作为attribute]::content的同义词(毫不奇怪,因为规范很混乱)

那是一个Chrome bug 该错误已在金丝雀(51)中修复

Chrome pre-49错误地支持::content[attribute]作为attribute]::content的同义词(毫不奇怪,因为规范很混乱)