Skip to content

Commit 702adcb

Browse files
Added types
Co-authored-by: edison <daiwei521@126.com>
1 parent 9498a8b commit 702adcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiAsyncComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export function defineAsyncComponent<
241241
error: error.value,
242242
})
243243
} else if (loadingComponent && !delayed.value) {
244-
return createInnerComp(loadingComponent, instance)
244+
return createInnerComp(loadingComponent as ConcreteComponent, instance)
245245
}
246246
}
247247
},

0 commit comments

Comments
 (0)