mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 00:52:01 +00:00
docs: reference correct composable in callWithNuxt
(#26771)
This commit is contained in:
parent
1ac02b857e
commit
f725703bb2
@ -424,7 +424,7 @@ export function isNuxtPlugin (plugin: unknown) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ensures that the setup function passed in has access to the Nuxt instance via `useNuxt`.
|
* Ensures that the setup function passed in has access to the Nuxt instance via `useNuxtApp`.
|
||||||
* @param nuxt A Nuxt instance
|
* @param nuxt A Nuxt instance
|
||||||
* @param setup The function to call
|
* @param setup The function to call
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user