vue-cli 商店
我的代码是这样的: ...mapActions('some/nested/module',[ 'getCountry', 'getCurrency' ]),
如何在Vue组件中设置mapActions路径?
vue.js vuex
vue.js ×1
vuex ×1