MCPcopy
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

withCtxFunction · 0.90
hFunction · 0.85
renderSlotFunction · 0.85
openBlockFunction · 0.85
createCommentVNodeFunction · 0.85
createBlockFunction · 0.50

Tested by

no test coverage detected