MCPcopy
hub / github.com/vuejs/core / createElement

Method createElement

packages/runtime-core/src/renderer.ts:127–127  ·  view source on GitHub ↗
(
    type: string,
    namespace?: ElementNamespace,
    isCustomizedBuiltIn?: string,
    vnodeProps?: (VNodeProps & { [key: string]: any }) | null,
  )

Source from the content-addressed store, hash-verified

125 insert(el: HostNode, parent: HostElement, anchor?: HostNode | null): void
126 remove(el: HostNode): void
127 createElement(
128 type: string,
129 namespace?: ElementNamespace,
130 isCustomizedBuiltIn?: string,

Callers 15

computed.spec.tsFile · 0.80
effect.spec.tsFile · 0.80
global.spec.tsFile · 0.80
decodeHtmlBrowserFunction · 0.80
_applyStylesMethod · 0.80
nodeOps.tsFile · 0.80
patchClass.spec.tsFile · 0.80
patchStyle.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by 15

setupFunction · 0.64
mountWithModuleFunction · 0.64
assertCssVarsFunction · 0.64
setupFunction · 0.64
createNewAppFunction · 0.64
mountWithHydrationFunction · 0.64
renderWithSlotsFunction · 0.64
mountCompFunction · 0.64
setupFunction · 0.64
assertHooksFunction · 0.64
baseCheckWarnFunction · 0.64
runSharedTestsFunction · 0.64