We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d8e02 commit 065f52cCopy full SHA for 065f52c
packages/0/src/factories/createContext/index.ts
@@ -28,6 +28,8 @@ export function useContext<Z> (key: InjectionKey<Z> | string) {
28
* @param key The provided string or InjectionKey
29
* @template Z The type values for the context.
30
* @returns A tuple containing provide/inject
31
+ *
32
+ * @see https://vuejs.org/guide/components/provide-inject
33
*/
34
export function createContext<Z> (key: InjectionKey<Z> | string) {
35
function provideContext (value: Z, app?: App) {
0 commit comments