mirror of https://github.com/sundowndev/http.git
docs: update setup
parent
5d342d3918
commit
2a0161a7c1
|
@ -25,8 +25,8 @@ npm install @nuxt/http
|
|||
|
||||
Add a `http` object to your **nuxt.config.js** to configure global options which will be applied to all requests
|
||||
|
||||
```js
|
||||
module.exports = {
|
||||
```js{}[nuxt.config.js]
|
||||
export default {
|
||||
modules: [
|
||||
'@nuxt/http',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue