Skip to content

Commit 27aa4bd

Browse files
alukospi0
authored andcommitted
docs(setup): add module.exports in nuxt.config.js (#120)
1 parent a90236e commit 27aa4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm install @nuxtjs/axios
1616
**nuxt.config.js**
1717

1818
```js
19-
{
19+
module.exports = {
2020
modules: [
2121
'@nuxtjs/axios',
2222
],

0 commit comments

Comments
 (0)