Skip to content

Commit fe02bc3

Browse files
committed
ignore deprecated alias
1 parent ced2dfc commit fe02bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/vdom/vnode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default class VNode {
5050
}
5151

5252
// DEPRECATED: alias for componentInstance for backwards compat.
53+
/* istanbul ignore next */
5354
get child (): Component | void {
5455
return this.componentInstance
5556
}

0 commit comments

Comments
 (0)