MCPcopy
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

hFunction · 0.85
createCommentVNodeFunction · 0.85
openBlockFunction · 0.85
createElementBlockFunction · 0.85
renderListFunction · 0.85
renderSlotFunction · 0.85
createBlockFunction · 0.50

Tested by

no test coverage detected