Eduardo San Martin Morote
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/core/vdom/create-component.js
|
|
@ -207,7 +207,7 @@ export function createComponent ( |
|
|
|
|
|
|
|
export function createComponentInstanceForVnode ( |
|
|
|
vnode: any, // we know it's MountedComponentVNode but flow doesn't
|
|
|
|
parent: any, // activeInstance in lifecycle state
|
|
|
|
parent: any // activeInstance in lifecycle state
|
|
|
|
): Component { |
|
|
|
const options: InternalComponentOptions = { |
|
|
|
_isComponent: true, |
|
|
|