MCPcopy
hub / github.com/vuejs/core / render

Function render

packages/runtime-core/__tests__/helpers/useModel.spec.ts:394–396  ·  view source on GitHub ↗
(this: any)

Source from the content-addressed store, hash-verified

392
393 const Comp = {
394 render(this: any) {
395 return this.$slots.default()
396 },
397 }
398
399 const childRender = vi.fn()

Callers

nothing calls this directly

Calls 2

openBlockFunction · 0.85
createBlockFunction · 0.50

Tested by

no test coverage detected