Skip to content

Commit a68ae37

Browse files
committed
chore(createContext): update doc block
1 parent a435168 commit a68ae37

File tree

1 file changed

+1
-0
lines changed
  • packages/0/src/factories/createContext

1 file changed

+1
-0
lines changed

packages/0/src/factories/createContext/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export function useContext<Z> (key: InjectionKey<Z> | string) {
3030
* @returns A tuple containing provide/inject
3131
*
3232
* @see https://vuejs.org/guide/components/provide-inject
33+
* @see https://0.vuetifyjs.com/composables/foundation/create-context
3334
*/
3435
export function createContext<Z> (key: InjectionKey<Z> | string) {
3536
function provideContext (value: Z, app?: App) {

0 commit comments

Comments
 (0)