How to store QueryDocumentSnapshot in vuex state?

前端 未结 0 1446
旧时难觅i
旧时难觅i 2020-12-23 10:53

I\'m working on a pagination with query cursors. Here is my state:

const state = {
  posts: [],
  nextDoc: null
}

cons         


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