]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(reactivity): self-referencing computed should refresh
authorEvan You <evan@vuejs.org>
Thu, 5 Sep 2024 10:58:40 +0000 (18:58 +0800)
committerEvan You <evan@vuejs.org>
Thu, 5 Sep 2024 11:04:17 +0000 (19:04 +0800)
commite84c4a608e9dc96fb2a4a29d538bcc64f26103a2
tree5239039c846153fb724fdad2ff72b2745a0dc53b
parent716275d1b1d2383d8ef0306fcd94558d4d9170f2
fix(reactivity): self-referencing computed should refresh

ref: https://github.com/vuejs/core/pull/11797#issuecomment-2330738633
packages/reactivity/__tests__/computed.spec.ts
packages/reactivity/src/computed.ts
packages/reactivity/src/effect.ts