... when the name of a mapped computed property is the same as a state sub tree name. computed: mapState([ // map this.count to store.state.count 'count' ]) ...
確定! 回上一頁