]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(reactivity): sync watch should be executed correctly (#11589)
authorlinzhe <40790268+linzhe141@users.noreply.github.com>
Tue, 13 Aug 2024 14:54:08 +0000 (22:54 +0800)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2024 14:54:08 +0000 (22:54 +0800)
commit3bda3e83fd9e2fbe451a1c79dae82ff6a7467683
tree023aaf2b250e4dd00580c82f0e405d9eb58fae75
parent3653bc0f45d6fedf84e29b64ca52584359c383c0
fix(reactivity): sync watch should be executed correctly (#11589)

close #11577
packages/reactivity/src/effect.ts
packages/runtime-core/__tests__/apiWatch.spec.ts
packages/runtime-core/src/apiWatch.ts