Skip to content

Commit

Permalink
build: unexpected token when running dev (#11704)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellfyi authored Oct 5, 2020
1 parent b51430f commit 690374b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/core/vdom/create-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,10 @@ export function createComponent (
}

export function createComponentInstanceForVnode (
vnode: any, // we know it's MountedComponentVNode but flow doesn't
parent: any // activeInstance in lifecycle state
// we know it's MountedComponentVNode but flow doesn't
vnode: any,
// activeInstance in lifecycle state
parent: any
): Component {
const options: InternalComponentOptions = {
_isComponent: true,
Expand Down

0 comments on commit 690374b

Please # to comment.