MCPcopy
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
116export function defineComponent(options: any) {
117 return options as any
118}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…