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

Method mixin

packages/runtime-core/src/apiCreateApp.ts:43–43  ·  view source on GitHub ↗
(mixin: ComponentOptions)

Source from the content-addressed store, hash-verified

41 use<Options>(plugin: Plugin<Options>, options: NoInfer<Options>): this
42
43 mixin(mixin: ComponentOptions): this
44 component(name: string): Component | undefined
45 component<T extends Component | DefineComponent>(
46 name: string,

Callers 6

global.spec.tsFile · 0.80
createCompatVueFunction · 0.80
hmr.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected