]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(reactivity): should not recompute if computed does not track reactive data (...
authoredison <daiwei521@126.com>
Thu, 1 May 2025 14:02:17 +0000 (22:02 +0800)
committerGitHub <noreply@github.com>
Thu, 1 May 2025 14:02:17 +0000 (07:02 -0700)
commit0b23fd23833cf085e7e112bf4435cfc9b360d072
tree331e49c4c0362b40c1e1030ed533b3279ba984f1
parent8b848cbbd2af337d23e19e202f9ab433f8580855
fix(reactivity): should not recompute if computed does not track reactive data (#12341)

close #12337
packages/reactivity/__tests__/computed.spec.ts
packages/reactivity/src/effect.ts