mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 03:57:36 +08:00
build: unexpected token when running dev (#11704)
This commit is contained in:
parent
b51430f598
commit
690374bdc1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user