我是聚合物的新手,我开始在官方网站上关注这个简单的第一个教程 http://www.polymer-project.org/docs/start/tutorial/step-1.html
一切都很简单但没有任何效果。或者更好,我只有一个问题。当我点击顶部菜单("全部或最喜欢的")时没有任何变化,我在控制台上收到此错误Uncaught TypeError: undefined is not a function Element.js:104
Selected: favorites (index):65
Uncaught TypeError: undefined is not a function Element.js:104
Exception caught during observer callback: TypeError: undefined is not a function
at b.classList (http://127.0.0.1/polymer/components/platform/platform.js:13:20941)
at Polymer.selectedIndexChanged (data:text/javascript;base64,CgogIFBvbHltZXIoJ3BhcGVyLXRhYnMnLCB7CiAgICAKICA…cG9uZW50cy9wYXBlci10YWJzL3BhcGVyLXRhYnMuaHRtbC9wYXBlci10YWJzLmpzCg==:45:26)
at e.invokeMethod (http://127.0.0.1/polymer/components/polymer/polymer.js:12:10242)
at e.notifyPropertyChanges (http://127.0.0.1/polymer/components/polymer/polymer.js:12:9459)
at Object.Observer.report_ (http://127.0.0.1/polymer/components/platform/platform.js:12:12892)
at Object.createObject.check_ (http://127.0.0.1/polymer/components/platform/platform.js:12:18346)
at Object.global.Platform.performMicrotaskCheckpoint (http://127.0.0.1/polymer/components/platform/platform.js:12:13792)
at http://127.0.0.1/polymer/components/platform/platform.js:16:24471
at Object.c [as callback_] (http://127.0.0.1/polymer/components/platform/platform.js:15:9571)
at Array.c (http://127.0.0.1/polymer/components/platform/platform.js:12:27047)
我认为我做错了所以我下载了示例文件,但是我已经下载了示例的源代码,但我仍然遇到了同样的错误。 有帮助吗? =)
大家好!
答案 0 :(得分:2)
教程仓库中的某些组件不同步。如果您提取更新后的仓库,这些错误就会消失。
答案 1 :(得分:0)
将Chrome更新至版本35或使用Chrome Beta
我的linux机箱出错了 Chrome版本34.0.1847.137 。
适用于使用 Chrome 35.0.1916.153m
的Windows7答案 2 :(得分:0)
我遇到了同样的问题。这是错误报告https://github.com/Polymer/polymer-tutorial/issues/3
这是你可以找到答案的地方 https://github.com/Polymer/polymer-tutorial 它对我有用:)