mirror of https://github.com/vuejs/core.git
chore: fix test failing types
This commit is contained in:
parent
b2554aefba
commit
63a51ffcab
|
@ -70,7 +70,6 @@ export function createElementWithCodegen(
|
||||||
isBlock: false,
|
isBlock: false,
|
||||||
disableTracking: false,
|
disableTracking: false,
|
||||||
isComponent: false,
|
isComponent: false,
|
||||||
shapeFlag: ShapeFlags.ELEMENT + ``,
|
|
||||||
loc: locStub
|
loc: locStub
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue