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

Function setup

packages/vue/__tests__/e2e/Transition.spec.ts:1511–1515  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1509 TrueBranch: {
1510 name: 'TrueBranch',
1511 setup() {
1512 onUnmounted(unmountSpy)
1513 const count = ref(0)
1514 return () => h('div', count.value)
1515 },
1516 },
1517 },
1518 setup: () => {

Callers

nothing calls this directly

Calls 6

hFunction · 0.85
injectFunction · 0.85
getCurrentInstanceFunction · 0.85
setStorageContainerFunction · 0.85
nextTickFunction · 0.70
refFunction · 0.50

Tested by

no test coverage detected