From 7ade31a1b5998eaaa80e2f289ae4568e753b53bd Mon Sep 17 00:00:00 2001
From: Hysterelius <71912794+Hysterelius@users.noreply.github.com>
Date: Wed, 5 Feb 2025 05:17:07 +1100
Subject: [PATCH] docs: fix nuxt integration with useFetch (#1350)
useFetch needs an await attribute to be properly used
---
docs/content/docs/integrations/nuxt.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/docs/integrations/nuxt.mdx b/docs/content/docs/integrations/nuxt.mdx
index df5de5fc6c..793a467876 100644
--- a/docs/content/docs/integrations/nuxt.mdx
+++ b/docs/content/docs/integrations/nuxt.mdx
@@ -97,7 +97,7 @@ If you are using Nuxt with SSR, you can use the `useSession` function in the `se