We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced2dfc commit fe02bc3Copy full SHA for fe02bc3
src/core/vdom/vnode.js
@@ -50,6 +50,7 @@ export default class VNode {
50
}
51
52
// DEPRECATED: alias for componentInstance for backwards compat.
53
+ /* istanbul ignore next */
54
get child (): Component | void {
55
return this.componentInstance
56
0 commit comments