You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When replacing the store state with simple variable assignment,
the state object looses its observer and won't be reactive anymore.
Instead of replacing the whole state, each of the state's properties
should be replaced.
Source: vuejs/vuex#1118
0 commit comments