mapState ([ 'count', 'loggedInUser' ]), parity: function() { return this.count % 2 === 0 ? 'even' : 'odd' } } Getters In a Vuex store, getters are the ...
確定! 回上一頁