Skip to content

Commit e5eaebd

Browse files
committed
fix(type): make VueProxy work with import()
Resolves: #81
1 parent a7a68bd commit e5eaebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type VueConstructorProxy<PropsOptions, RawBindings> = {
2727
UnwrapRef<RawBindings>,
2828
ExtractPropTypes<PropsOptions, false>
2929
>;
30-
};
30+
} & VueConstructor<never>;
3131

3232
type VueProxy<PropsOptions, RawBindings> = Vue2ComponentOptions<
3333
never,

0 commit comments

Comments
 (0)