Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ render
Function
render
packages/runtime-core/__tests__/components/Suspense.spec.ts:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
test(
'fallback content'
,
async
() => {
90
const
Async = defineAsyncComponent({
91
render() {
92
return
h(
'div'
,
'async'
)
93
},
94
})
95
96
const
Comp = {
Callers
nothing calls this directly
Calls
7
h
Function · 0.85
createCommentVNode
Function · 0.85
openBlock
Function · 0.85
createElementBlock
Function · 0.85
renderList
Function · 0.85
renderSlot
Function · 0.85
createBlock
Function · 0.50
Tested by
no test coverage detected