Zen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
types/vnode.d.ts
|
@ -20,7 +20,7 @@ export interface VNode { |
|
|
elm?: Node; |
|
|
elm?: Node; |
|
|
ns?: string; |
|
|
ns?: string; |
|
|
context?: Vue; |
|
|
context?: Vue; |
|
|
key?: string | number; |
|
|
key?: string | number | symbol | boolean; |
|
|
componentOptions?: VNodeComponentOptions; |
|
|
componentOptions?: VNodeComponentOptions; |
|
|
componentInstance?: Vue; |
|
|
componentInstance?: Vue; |
|
|
parent?: VNode; |
|
|
parent?: VNode; |
|
|