May I ask why "cloneDeep" is used to perform deep copy here? Can the deep copy here be removed? When moving a large amount of data, "cloneDepp" here will cause a lot of performance consumption.
Maybe we can add a cloneFn option to VuexAlongOptions, default value was cloneDeep and you can pass a noop.
Would you like to make this change, very much looking forward to it!
May I ask why "cloneDeep" is used to perform deep copy here? Can the deep copy here be removed? When moving a large amount of data, "cloneDepp" here will cause a lot of performance consumption.