The shorter way to access vuex store state is by using mapState which you ... mapState('cart', ['item']) cart is the module name and item is ...
確定! 回上一頁