2015-07-19 48 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.你在這個元素中使用了什麼'

相關問題