]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(core): propsProxy should not convert non-reactive nested values
authorEvan You <yyx990803@gmail.com>
Mon, 2 Dec 2019 19:11:12 +0000 (14:11 -0500)
committerEvan You <yyx990803@gmail.com>
Mon, 2 Dec 2019 19:11:12 +0000 (14:11 -0500)
commit57bbbb227c37127dbe6dbe7f0686cb81c0a5083c
tree8bcbbeaff87fb881be707cef339b8be02b91b379
parentac51f129eafe10f55c1f8346110f6aae9b06c2b8
fix(core): propsProxy should not convert non-reactive nested values
packages/reactivity/__tests__/readonly.spec.ts
packages/reactivity/src/baseHandlers.ts
packages/reactivity/src/index.ts
packages/reactivity/src/reactive.ts
packages/runtime-core/src/component.ts
packages/runtime-core/src/componentRenderUtils.ts