From d8c99e5edbd2d8ac7d3abe186dd435922e7e1a31 Mon Sep 17 00:00:00 2001 From: Conner Date: Mon, 4 Apr 2022 13:33:57 +0200 Subject: [PATCH] docs: add note about nuxt 3 compatibility (#572) Co-authored-by: pooya parsa --- docs/content/en/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/en/index.md b/docs/content/en/index.md index a1594101..d09715e9 100644 --- a/docs/content/en/index.md +++ b/docs/content/en/index.md @@ -15,6 +15,12 @@ features: - Auto retry requests with axios-retry --- + + +Axios module supports Nuxt 2. Nuxt 3 users can use the new isomorphic [$fetch API](https://v3.nuxtjs.org/docs/usage/data-fetching/#usefetch) ([migration guide](https://v3.nuxtjs.org/docs/migration/component-options#isomorphic-fetch)). + + + Nuxt Axios Nuxt Axios