You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/en/1.index.md
+5
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ title: Introduction
3
3
description: 'HTTP module for Nuxt.js provides a universal way to make HTTP requests to the API backend.'
4
4
---
5
5
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)).
0 commit comments