标签: vuejs2 vuex
更新状态中对象的属性是否更好?或者只是替换状态中的整个对象?
即例如
state.theObject.property = value or state.theObject = newObject