Skip to content

Commit 9e6255e

Browse files
ktsnyyx990803
authored andcommitted
fix the type of VNodeComponentOptions.Ctor (vuejs#4257)
1 parent ff7f231 commit 9e6255e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/vnode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface VNode {
2424
}
2525

2626
export interface VNodeComponentOptions {
27-
Ctor: Vue;
27+
Ctor: typeof Vue;
2828
propsData?: Object;
2929
listeners?: Object;
3030
children?: VNodeChildren;

0 commit comments

Comments
 (0)