Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/composition-api
/ defineComponent
Function
defineComponent
src/component/defineComponent.ts:116–118 ·
view source on GitHub ↗
(options: any)
Source
from the content-addressed store, hash-verified
114
115
// implementation, close to no-op
116
export
function
defineComponent(options: any) {
117
return
options as any
118
}
Callers
11
setup.spec.js
File · 0.90
setupContext.spec.ts
File · 0.90
createApp.spec.ts
File · 0.90
defineComponent.spec.ts
File · 0.90
apiSetupHelpers.spec.ts
File · 0.90
apiAsyncComponent.spec.ts
File · 0.90
apiInject.spec.ts
File · 0.90
defineComponent-vue2.d.tsx
File · 0.85
asyncComponent1
Function · 0.85
defineAsyncComponent.test-d.tsx
File · 0.85
defineComponent.test-d.tsx
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…