[Vuejs]-Vuex mutator method unable to change state properties

0👍

Changing the direct assignments to Vue.set(state, 'user', user) causes the state to properly update.

Leave a comment