MCPcopy
hub / github.com/vuetifyjs/vuetify / setup

Function setup

packages/vuetify/src/composables/__tests__/forwardRefs.spec.tsx:11–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9const VA = defineComponent({
10 name: 'VA',
11 setup () {
12 useRender(() => (
13 <div class="VA"></div>
14 ))
15
16 return {
17 a: 1,
18 }
19 },
20})
21const VB = defineComponent({
22 name: 'VB',

Callers

nothing calls this directly

Calls 3

useRenderFunction · 0.90
refFunction · 0.90
forwardRefsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…