mapState ('some/nested/module', { a: state => state.a, b: state => state.b }) } ... mapActions('some/nested/module', [ 'foo', 'bar' ]) } Or you can create ...
確定! 回上一頁