]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update edison/feat/vaporAsyncComponent 13059/head
authordaiwei <daiwei521@126.com>
Wed, 16 Jul 2025 13:49:15 +0000 (21:49 +0800)
committerdaiwei <daiwei521@126.com>
Wed, 16 Jul 2025 13:49:15 +0000 (21:49 +0800)
packages/runtime-core/src/apiAsyncComponent.ts

index f3698157c82aa2180d67812c585415d8c55608f5..8841f669b7c53aed93eb7cc9b282c120b554c789 100644 (file)
@@ -75,7 +75,7 @@ export function defineAsyncComponent<
               // skip hydration if the component has been patched
               if (__DEV__ && patched) {
                 warn(
-                  `Skipping lazy hydration for component '${getComponentName(resolvedComp!)}': ` +
+                  `Skipping lazy hydration for component '${getComponentName(getResolvedComp()!)}': ` +
                     `it was updated before lazy hydration performed.`,
                 )
                 return