docs: reference correct composable in callWithNuxt (#26771)

This commit is contained in:
Julien Huang 2024-04-15 16:19:57 +02:00 committed by GitHub
parent 1ac02b857e
commit f725703bb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
*/