MCPcopy
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

createCommentVNodeFunction · 0.90
hFunction · 0.85
useModelFunction · 0.85
markRawFunction · 0.85
withDirectivesFunction · 0.85
resolveMethod · 0.65
refFunction · 0.50

Tested by

no test coverage detected