build: unexpected token when running dev (#11704)

This commit is contained in:
Mitchell Bryson 2020-10-05 11:09:09 +01:00 committed by GitHub
parent b51430f598
commit 690374bdc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,