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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
1. Add `@nuxtjs/date-fns` dependency to your project
16
16
17
17
```bash
18
-
yarn add --dev @nuxtjs/date-fns # or npm install --save-dev @nuxtjs/date-fns
18
+
yarn add @nuxtjs/date-fns # or npm install @nuxtjs/date-fns
19
19
```
20
20
21
21
2. Add `@nuxtjs/date-fns` to the `buildModules` section of `nuxt.config.js`
@@ -32,7 +32,7 @@ export default {
32
32
}
33
33
```
34
34
35
-
:warning: If you are using Nuxt **< v2.9** you have to install the module as a `dependency` (No `--dev` or `--save-dev` flags) and use `modules` section in `nuxt.config.js` instead of `buildModules`.
35
+
:warning: If you are using Nuxt **< v2.9** you have to use `modules` section in `nuxt.config.js` instead of `buildModules`.
0 commit comments