Skip to content

Commit 1a8720d

Browse files
AlexandreBonneauposva
authored andcommitted
Fix typo in 'component' (#3978)
1 parent 6d31ed2 commit 1a8720d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/vdom/vnode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default class VNode {
1212
key: string | number | void;
1313
componentOptions: VNodeComponentOptions | void;
1414
child: Component | void; // component instance
15-
parent: VNode | void; // compoennt placeholder node
15+
parent: VNode | void; // component placeholder node
1616
raw: boolean; // contains raw HTML? (server only)
1717
isStatic: boolean; // hoisted static node
1818
isRootInsert: boolean; // necessary for enter transition check

0 commit comments

Comments
 (0)