mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-05 05:27:59 +08:00
ignore deprecated alias
This commit is contained in:
parent
ced2dfc8f7
commit
fe02bc3a27
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user