]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(runtime-core): do not fire mount/activated hooks if unmounted before mounted...
authoredison <daiwei521@126.com>
Fri, 7 Jun 2024 05:48:50 +0000 (13:48 +0800)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 05:48:50 +0000 (13:48 +0800)
commitaa156ed5c4dc0d33ff37e201a7e89d5e0e29160e
tree4d2576a41fa6fc6ab0e80ab65e15a048d5547742
parent32262a9af58e075955dbbc61688f4cc94408df13
fix(runtime-core): do not fire mount/activated hooks if unmounted before mounted (#9370)

close #8898
close #9264
close #9617
packages/runtime-core/__tests__/apiLifecycle.spec.ts
packages/runtime-core/src/apiLifecycle.ts
packages/runtime-core/src/component.ts
packages/runtime-core/src/components/KeepAlive.ts
packages/runtime-core/src/renderer.ts
packages/runtime-core/src/scheduler.ts