fix(types): preserve and expose original options on defineComponent return type (#5416)
fix #3796
This commit is contained in:
@@ -111,7 +111,7 @@ export function defineAsyncComponent<
|
||||
)
|
||||
}
|
||||
|
||||
return defineComponent({
|
||||
return defineComponent<{}>({
|
||||
name: 'AsyncComponentWrapper',
|
||||
|
||||
__asyncLoader: load,
|
||||
|
||||
Reference in New Issue
Block a user