Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
wrappedCreateApp
Function · 0.80
global.spec.ts
File · 0.80
testRender
Function · 0.80
createCompatVue
Function · 0.80
apiCreateApp.spec.ts
File · 0.80
defineComponent.test-d.tsx
File · 0.80
appUse.test-d.ts
File · 0.80
Calls
no outgoing calls
Tested by
1
testRender
Function · 0.64