MCPcopy
hub / github.com/vuejs/composition-api / provide

Method provide

src/apis/createApp.ts:16–16  ·  view source on GitHub ↗
(key: InjectionKey<T> | symbol | string, value: T)

Source from the content-addressed store, hash-verified

14 directive(name: string): Directive | undefined
15 directive(name: string, directive: Directive): this
16 provide<T>(key: InjectionKey<T> | symbol | string, value: T): this
17 mount: Vue['$mount']
18 unmount: Vue['$destroy']
19}

Callers 1

createApp.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected