Skip to content

Commit

Permalink
feat: plugins compatibility (#183)
Browse files Browse the repository at this point in the history
* feat(lib): backwards compatibility with `plugins` and `basePlugins`

* docs: update for v1.4.0 instead of v2.0.0
  • Loading branch information
benjamincanac committed Jul 2, 2020
1 parent 4f3d86c commit 84cf1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/writing.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ However, you cannot render

#### Global components

Since **v2.0.0** and Nuxt **v2.13.0**, you can now put your components in `components/global/` directory so you don't have to import them in your pages.
Since **v1.4.0** and Nuxt **v2.13.0**, you can now put your components in `components/global/` directory so you don't have to import them in your pages.

```bash
components/
Expand Down

0 comments on commit 84cf1c9

Please sign in to comment.