]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(reactivity): ensure add/set on reactive collections return the proxy (#2534)
authorThorsten Lünborg <t.luenborg@googlemail.com>
Fri, 27 Nov 2020 19:16:00 +0000 (20:16 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Nov 2020 19:16:00 +0000 (14:16 -0500)
commit6e46a574eddb5fa43c8a4ce10c620ecdf1caf3b8
tree20e7e3bc2326bf45584b4ad2035d4cb4931e6e03
parent0ff2a4f1c1847a4e173dcab810e6438143a4272c
fix(reactivity): ensure add/set on reactive collections return the proxy (#2534)

fix #2530
packages/reactivity/__tests__/collections/Map.spec.ts
packages/reactivity/__tests__/collections/Set.spec.ts
packages/reactivity/__tests__/collections/WeakMap.spec.ts
packages/reactivity/__tests__/collections/WeakSet.spec.ts
packages/reactivity/src/collectionHandlers.ts