Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ setup
Function
setup
packages/runtime-core/__tests__/components/Teleport.spec.ts:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
components: {
83
async
: {
84
setup() {
85
p = Promise.resolve(() =>
'async'
)
86
return
p
87
},
88
},
89
},
90
})
Callers
nothing calls this directly
Calls
7
createCommentVNode
Function · 0.90
h
Function · 0.85
useModel
Function · 0.85
markRaw
Function · 0.85
withDirectives
Function · 0.85
resolve
Method · 0.65
ref
Function · 0.50
Tested by
no test coverage detected