We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9498a8b commit 702adcbCopy full SHA for 702adcb
packages/runtime-core/src/apiAsyncComponent.ts
@@ -241,7 +241,7 @@ export function defineAsyncComponent<
241
error: error.value,
242
})
243
} else if (loadingComponent && !delayed.value) {
244
- return createInnerComp(loadingComponent, instance)
+ return createInnerComp(loadingComponent as ConcreteComponent, instance)
245
}
246
247
},
0 commit comments