]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(reactivity): should not trigger watch on computed ref when value is unchanged
authorEvan You <yyx990803@gmail.com>
Tue, 6 Oct 2020 22:16:20 +0000 (18:16 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 6 Oct 2020 22:16:20 +0000 (18:16 -0400)
commit390589ec6d977675c5cef2807fbf3e930a25eef0
treedf4b174aedc3d5b54f5d2796d534961dbecd25c5
parenta66e53a24f445b688eef6812ecb872dc53cf2702
fix(reactivity): should not trigger watch on computed ref when value is unchanged

fix #2231
packages/reactivity/src/ref.ts
packages/runtime-core/__tests__/apiWatch.spec.ts
packages/runtime-core/src/apiWatch.ts