Skip to content

Commit 1b9b21e

Browse files
authored
docs: add note about nuxt 3 compatibility (#204)
1 parent 73f4492 commit 1b9b21e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: docs/pages/en/1.index.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Introduction
33
description: 'HTTP module for Nuxt.js provides a universal way to make HTTP requests to the API backend.'
44
---
55

6+
:::alert{type="warning"}
7+
HTTP 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)).
8+
:::
9+
10+
611
<img src="/preview.png" class="transition-shadow duration-200 rounded-md shadow light-img hover:shadow-lg" />
712

813
<img src="/preview-dark.png" class="transition-shadow duration-200 rounded-md shadow dark-img hover:shadow-lg" />

0 commit comments

Comments
 (0)