Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ render
Function
render
packages/runtime-core/__tests__/scopeId.spec.ts:98–100 ·
view source on GitHub ↗
(this: any)
Source
from the content-addressed store, hash-verified
96
const
Child = {
97
__scopeId:
'child'
,
98
render(this: any) {
99
return
h(
'div'
, renderSlot(this.$slots,
'default'
))
100
},
101
}
102
const
Child2 = {
103
__scopeId:
'child2'
,
Callers
nothing calls this directly
Calls
6
withCtx
Function · 0.90
h
Function · 0.85
renderSlot
Function · 0.85
openBlock
Function · 0.85
createCommentVNode
Function · 0.85
createBlock
Function · 0.50
Tested by
no test coverage detected