Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ render
Function
render
packages/runtime-test/__tests__/testRuntime.spec.ts:51–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
50
const
App = {
51
render() {
52
return
h(
53
'div'
,
54
{
55
id: state.id,
56
},
57
state.text,
58
)
59
},
60
}
61
const
root = nodeOps.createElement(
'div'
)
62
Callers
15
computed.spec.ts
File · 0.90
effect.spec.ts
File · 0.90
mountWithModule
Function · 0.90
rendererComponent.spec.ts
File · 0.90
rendererElement.spec.ts
File · 0.90
component.spec.ts
File · 0.90
misc.spec.ts
File · 0.90
scopeId.spec.ts
File · 0.90
rendererChildren.spec.ts
File · 0.90
renderChildren
Function · 0.90
hmr.spec.ts
File · 0.90
directives.spec.ts
File · 0.90
Calls
1
h
Function · 0.90
Tested by
no test coverage detected