[Vuejs]-Store objects entangled after assignment

0👍

I finally fixed it with lodash:

state.user = _.cloneDeep(this.$auth.user);

Leave a comment