We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7209c commit 579e1ffCopy full SHA for 579e1ff
src/core/vdom/create-component.js
@@ -207,7 +207,7 @@ export function createComponent (
207
208
export function createComponentInstanceForVnode (
209
vnode: any, // we know it's MountedComponentVNode but flow doesn't
210
- parent: any, // activeInstance in lifecycle state
+ parent: any // activeInstance in lifecycle state
211
): Component {
212
const options: InternalComponentOptions = {
213
_isComponent: true,
0 commit comments