Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ setup
Function
setup
packages/runtime-core/__tests__/apiCreateApp.spec.ts:28–30 ·
view source on GitHub ↗
(props)
Source
from the content-addressed store, hash-verified
26
},
27
},
28
setup(props) {
29
return
() => props.count
30
},
31
})
32
33
const
root1 = nodeOps.createElement(
'div'
)
Callers
nothing calls this directly
Calls
14
h
Function · 0.85
inject
Function · 0.85
resolveComponent
Function · 0.85
resolveDirective
Function · 0.85
withDirectives
Function · 0.85
getCurrentInstance
Function · 0.85
provide
Method · 0.80
runWithContext
Method · 0.80
mount
Method · 0.80
createElement
Method · 0.80
provide
Function · 0.70
ref
Function · 0.70
Tested by
no test coverage detected