createVNodeCall
function createVNodeCall(
context: TransformContext | null,
tag: VNodeCall["tag"],
props?: VNodeCall["props"],
children?: VNodeCall["children"],
patchFlag?: VNodeCall["patchFlag"],
dynamicProps?: VNodeCall["dynamicProps"],
directives?: VNodeCall["directives"],
isBlock?: VNodeCall["isBlock"],
disableTracking?: VNodeCall["disableTracking"],
isComponent?: VNodeCall["isComponent"],
loc?: SourceLocation,
): VNodeCall;§
createVNodeCall(context: TransformContext | null, tag: VNodeCall["tag"], props?: VNodeCall["props"], children?: VNodeCall["children"], patchFlag?: VNodeCall["patchFlag"], dynamicProps?: VNodeCall["dynamicProps"], directives?: VNodeCall["directives"], isBlock?: VNodeCall["isBlock"], disableTracking?: VNodeCall["disableTracking"], isComponent?: VNodeCall["isComponent"], loc?: SourceLocation): VNodeCall
[src]