]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(reactivity): fix property dep removal regression
authorEvan You <evan@vuejs.org>
Thu, 26 Sep 2024 08:58:38 +0000 (16:58 +0800)
committerEvan You <evan@vuejs.org>
Thu, 26 Sep 2024 08:58:38 +0000 (16:58 +0800)
commit6001e5c81a05c894586f9287fbd991677bdd0455
treecd6be32c2a8865194971a7276f69056667ff5057
parentc0e9434414f28d912126bcb5325647925c4d49b8
fix(reactivity): fix property dep removal regression

close #12020
close #12021
packages/reactivity/__tests__/computed.spec.ts
packages/reactivity/__tests__/reactive.spec.ts
packages/reactivity/src/dep.ts
packages/reactivity/src/effect.ts