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

Function render

packages/runtime-test/__tests__/testRuntime.spec.ts:51–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50 const App = {
51 render() {
52 return h(
53 'div',
54 {
55 id: state.id,
56 },
57 state.text,
58 )
59 },
60 }
61 const root = nodeOps.createElement('div')
62

Callers 15

computed.spec.tsFile · 0.90
effect.spec.tsFile · 0.90
mountWithModuleFunction · 0.90
component.spec.tsFile · 0.90
misc.spec.tsFile · 0.90
scopeId.spec.tsFile · 0.90
renderChildrenFunction · 0.90
hmr.spec.tsFile · 0.90
directives.spec.tsFile · 0.90

Calls 1

hFunction · 0.90

Tested by

no test coverage detected