]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(reactivity): ensure multiple effectScope `on()` and `off()` calls maintains corre...
authoredison <daiwei521@126.com>
Wed, 8 Jan 2025 10:03:40 +0000 (18:03 +0800)
committerGitHub <noreply@github.com>
Wed, 8 Jan 2025 10:03:40 +0000 (18:03 +0800)
commit679cbdf4806cf8c325098f2b579abab60fffb1bb
tree59d05e238d0755b33dffea8734bc304dc8a32fb0
parent20cd429766b46cfd9eba5348754a1da4f9a014bb
fix(reactivity): ensure multiple effectScope `on()` and `off()` calls maintains correct active scope (#12641)
packages/reactivity/__tests__/effectScope.spec.ts
packages/reactivity/src/effectScope.ts