2015-07-19 13 views
1

我有对象的集合属性“__firebaseKey__”火力地堡聚合物双向绑定:遗漏的类型错误:无法读取的火力分贝的不确定

<template> 
    <firebase-collection 
     location="https://incandescent-inferno-8405.firebaseio.com/objects/-JubQT-WrBaVlSeuKJhO" 
     data="{{object}}" 
    </firebase-collection> 

    <paper-input value="{{object.attribute::input}}"></paper-input> 
</template> 

当我开始在输入字段中键入我得到

Uncaught TypeError: Cannot read property '__firebaseKey__' of undefined 

怎么了?

+0

我有3个问题。 1.浏览器完成加载后,控制台是否显示任何错误?如果是这样,他们是什么?你能显示一个屏幕截图吗? 2.这个'元素是什么?这是你正在建造的元素吗?或者是你正在导入的那个?如果导入,你能否提供github链接到存储库? 3.你在这个元素中使用了什么'

相关问题