0👍
Do you need to manually $bindAsArray
? Have you tried this on your component options?
firebase() {
debugger // make sure $this.$firebaseRefs.busers... is what you expect
return {
buser: this.$firebaseRefs.busers.orderByChild('uid').equalTo(this.uid)
}
}
Also are you using Vue DevTools? That should help you inspect your bindings.
- [Vuejs]-I have a Vue JS template how to create toggle animation?
- [Vuejs]-Vue.js Axios bug HTTP request change my array but don't show change
Source:stackexchange.com