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

Function setup

packages/runtime-core/__tests__/component.spec.ts:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 let instance: ComponentInternalInstance | null = null
13 const Comp = {
14 setup() {
15 instance = getCurrentInstance()
16 return () => null
17 },
18 }
19 render(h(Comp), nodeOps.createElement('div'))
20

Callers

nothing calls this directly

Calls 1

getCurrentInstanceFunction · 0.85

Tested by

no test coverage detected