From 5252cf162d2c37bdf79f535c4c7a8d723b9b3691 Mon Sep 17 00:00:00 2001 From: Maxime Pauvert Date: Thu, 16 Jan 2025 14:28:15 +0100 Subject: [PATCH] docs: add link to custom `useFetch` example (#30629) --- docs/2.guide/4.recipes/3.custom-usefetch.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/2.guide/4.recipes/3.custom-usefetch.md b/docs/2.guide/4.recipes/3.custom-usefetch.md index 45d9651237..bf4b08cdbb 100644 --- a/docs/2.guide/4.recipes/3.custom-usefetch.md +++ b/docs/2.guide/4.recipes/3.custom-usefetch.md @@ -116,6 +116,8 @@ export function useAPI( 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. ::