docs: update setup

master
Sébastien Chopin 2020-10-16 16:07:43 +02:00 committed by GitHub
parent 5d342d3918
commit 2a0161a7c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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',
],