Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
normalizeStyle
Function · 0.90
h
Function · 0.85
renderSlot
Function · 0.85
createTextVNode
Function · 0.85
openBlock
Function · 0.85
createElementBlock
Function · 0.85
Tested by
no test coverage detected