]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update
authordaiwei <daiwei521@126.com>
Fri, 30 May 2025 08:33:32 +0000 (16:33 +0800)
committerdaiwei <daiwei521@126.com>
Fri, 30 May 2025 08:33:32 +0000 (16:33 +0800)
packages/runtime-core/src/renderer.ts

index ebcc838b43d5d8799e9ec297e2fd431361adc75c..845e1d5f24b4853bb8c7269a8e4b61fab6b3e9e8 100644 (file)
@@ -2624,7 +2624,7 @@ export function traverseStaticChildren(
 function locateNonHydratedAsyncRoot(
   instance: ComponentInternalInstance,
 ): ComponentInternalInstance | undefined {
-  const subComponent = instance.subTree.component
+  const subComponent = instance.vapor ? null : instance.subTree.component
   if (subComponent) {
     if (subComponent.asyncDep && !subComponent.asyncResolved) {
       return subComponent