Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
h
Function · 0.90
renderSlot
Function · 0.90
inject
Function · 0.90
String
Interface · 0.85
Tested by
no test coverage detected