Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以为 vue 开发工具中存在错误,但现在我想知道 vuexfire 是否存在反应性错误?显然,突变正在触发......
但是,在 vue 开发工具中,状态始终为 0 长度。
但是,console.log 显示它确实从 firebase 拉下了我的两条记录
我的用户详细信息(例如名称)也存在问题,一旦数据被拉入 vuex,它不会触发反应链并更新 getter(对象在 vue 开发工具中也是空的,而数据显示在控制台.log())。任何帮助将不胜感激!谢谢!