Nuxtjs $firestore return undefined when calling store.dispatch inside a component

前端 未结 0 1345
花落未央
花落未央 2020-11-27 10:45

I have async function in actions in Vuex Store that is calling firestore API like below.

await (this as any).$firestore
  .collection("user_id")
  .         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题