mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 03:57:36 +08:00
fix the type of VNodeComponentOptions.Ctor (#4257)
This commit is contained in:
parent
ff7f231002
commit
9e6255e457
2
types/vnode.d.ts
vendored
2
types/vnode.d.ts
vendored
@ -24,7 +24,7 @@ export interface VNode {
|
||||
}
|
||||
|
||||
export interface VNodeComponentOptions {
|
||||
Ctor: Vue;
|
||||
Ctor: typeof Vue;
|
||||
propsData?: Object;
|
||||
listeners?: Object;
|
||||
children?: VNodeChildren;
|
||||
|
Loading…
Reference in New Issue
Block a user