Skip to content

Commit

Permalink
docs(setup): added link on how to activate vuex store (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramburn authored Apr 16, 2020
1 parent ffda6b0 commit 93cdb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ auth: {
```

::: warning IMPORTANT
When adding `auth-module` to a new Nuxt project ensure you have activated the Vuex store. More information on how to do that can be found on the [Nuxt Getting Started Guide](https://nuxtjs.org/guide/vuex-store).
When adding `auth-module` to a new Nuxt project ensure you have [activated the Vuex store](https://nuxtjs.org/guide/vuex-store/#activate-the-store). More information on how to do that can be found on the [Nuxt Getting Started Guide](https://nuxtjs.org/guide/vuex-store).
:::

0 comments on commit 93cdb75

Please sign in to comment.