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

Method component

packages/runtime-core/src/apiCreateApp.ts:44–44  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

42
43 mixin(mixin: ComponentOptions): this
44 component(name: string): Component | undefined
45 component<T extends Component | DefineComponent>(
46 name: string,
47 component: T,

Callers 7

wrappedCreateAppFunction · 0.80
global.spec.tsFile · 0.80
testRenderFunction · 0.80
createCompatVueFunction · 0.80
appUse.test-d.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

testRenderFunction · 0.64