We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0eaf9 commit 0d38339Copy full SHA for 0d38339
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