docs: add link to custom useFetch example (#30629)

This commit is contained in:
Maxime Pauvert 2025-01-16 14:28:15 +01:00 committed by Daniel Roe
parent 01adefcec7
commit 5252cf162d
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -116,6 +116,8 @@ export function useAPI<T>(
This example demonstrates how to use a custom `useFetch`, but the same structure is identical for a custom `useAsyncData`.
::
:link-example{to="/docs/examples/advanced/use-custom-fetch-composable"}
::callout{icon="i-simple-icons-youtube" color="red" to="https://www.youtube.com/watch?v=jXH8Tr-exhI"}
Watch a video about custom `$fetch` and Repository Pattern in Nuxt.
::