ignore deprecated alias

This commit is contained in:
Evan You 2017-01-12 18:24:37 -05:00
parent ced2dfc8f7
commit fe02bc3a27

View File

@ -50,6 +50,7 @@ export default class VNode {
}
// DEPRECATED: alias for componentInstance for backwards compat.
/* istanbul ignore next */
get child (): Component | void {
return this.componentInstance
}