mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +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 setup The function to call
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user