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 a435168 commit a68ae37Copy full SHA for a68ae37
packages/0/src/factories/createContext/index.ts
@@ -30,6 +30,7 @@ export function useContext<Z> (key: InjectionKey<Z> | string) {
30
* @returns A tuple containing provide/inject
31
*
32
* @see https://vuejs.org/guide/components/provide-inject
33
+ * @see https://0.vuetifyjs.com/composables/foundation/create-context
34
*/
35
export function createContext<Z> (key: InjectionKey<Z> | string) {
36
function provideContext (value: Z, app?: App) {
0 commit comments