Why does my Vuex getter that loops over my cart items and returns the item count not update when I update the quantity of an item?

前端 未结 0 479
自闭症患者
自闭症患者 2020-12-18 07:09

I\'m trying to create a Vuex getter that will return the total quantity of items in my shopping cart, however, my current implementation seems to not work correctly.

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