MCPcopy
hub / github.com/nuxt/nuxt / getComponents

Method getComponents

packages/nuxt/src/components/plugins/loader.ts:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13interface LoaderOptions {
14 getComponents (): Component[]
15 mode: 'server' | 'client'
16 srcDir: string
17 serverComponentRuntime: string

Callers 7

isIslandFileFunction · 0.65
buildStartFunction · 0.65
loadFunction · 0.65
handlerFunction · 0.65
transformFunction · 0.65
handlerFunction · 0.65
getComponentsImportsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected