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

Function render

packages/runtime-dom/__tests__/customElement.spec.ts:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 },
40 },
41 render() {
42 return h('div', this.msg)
43 },
44 })
45 customElements.define('my-element', E)
46

Callers

nothing calls this directly

Calls 4

hFunction · 0.90
renderSlotFunction · 0.90
injectFunction · 0.90
StringInterface · 0.85

Tested by

no test coverage detected