Skip to content

Commit d8c99e5

Browse files
Intevelpi0
andcommitted
docs: add note about nuxt 3 compatibility (#572)
Co-authored-by: pooya parsa <[email protected]>
1 parent 5a0b7ff commit d8c99e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/content/en/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ features:
1515
- Auto retry requests with axios-retry
1616
---
1717

18+
<alert type="warning">
19+
20+
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)).
21+
22+
</alert>
23+
1824
<img src="/preview.png" class="light-img" width="1280" height="640" alt="Nuxt Axios"/>
1925
<img src="/preview-dark.png" class="dark-img" width="1280" height="640" alt="Nuxt Axios"/>
2026

0 commit comments

Comments
 (0)