We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec33f7 commit 5c459f0Copy full SHA for 5c459f0
types/vnode.d.ts
@@ -20,7 +20,7 @@ export interface VNode {
20
elm?: Node;
21
ns?: string;
22
context?: Vue;
23
- key?: string | number;
+ key?: string | number | symbol | boolean;
24
componentOptions?: VNodeComponentOptions;
25
componentInstance?: Vue;
26
parent?: VNode;
0 commit comments