diff --git a/packages/uni-mp-vue/dist/vue.runtime.esm.js b/packages/uni-mp-vue/dist/vue.runtime.esm.js index 33a36484859dd2e3853f132549345879593a3d9d..4f9ca8023f103c489920c86585ce22ccc1b1f132 100644 --- a/packages/uni-mp-vue/dist/vue.runtime.esm.js +++ b/packages/uni-mp-vue/dist/vue.runtime.esm.js @@ -4297,7 +4297,8 @@ const resolveFilter = null; function unwrapper(target) { return unref(target); -} +} + // import deepCopy from './deepCopy' /** * https://raw.githubusercontent.com/Tencent/westore/master/packages/westore/utils/diff.js @@ -4479,6 +4480,7 @@ function nextTick$1(instance, fn) { } function clone(src, seen) { + src = unwrapper(src); const type = typeof src; if (type === 'object' && src !== null) { let copy = seen.get(src); diff --git a/packages/uni-mp-vue/lib/vue.runtime.esm.js b/packages/uni-mp-vue/lib/vue.runtime.esm.js index a986a1ff622d99d9bd33800fddf26f3fa1b277e3..44798ecaca81497c95d2964d66c81724073a9dfc 100644 --- a/packages/uni-mp-vue/lib/vue.runtime.esm.js +++ b/packages/uni-mp-vue/lib/vue.runtime.esm.js @@ -4297,7 +4297,8 @@ const resolveFilter = null; function unwrapper(target) { return unref(target); -} +} + // import deepCopy from './deepCopy' /** * https://raw.githubusercontent.com/Tencent/westore/master/packages/westore/utils/diff.js @@ -4479,6 +4480,7 @@ function nextTick$1(instance, fn) { } function clone(src, seen) { + src = unwrapper(src); const type = typeof src; if (type === 'object' && src !== null) { let copy = seen.get(src);