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

Function render

packages/runtime-core/__tests__/hydration.spec.ts:476–478  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

474
475 const wrapper = {
476 render() {
477 return h(Teleport, { to: '#teleport4' }, ['hello'])
478 },
479 }
480
481 const { vnode, container } = mountWithHydration(

Callers

nothing calls this directly

Calls 6

normalizeStyleFunction · 0.90
hFunction · 0.85
renderSlotFunction · 0.85
createTextVNodeFunction · 0.85
openBlockFunction · 0.85
createElementBlockFunction · 0.85

Tested by

no test coverage detected