Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: update link to pinia nuxt module (#6952)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeschloss authored Aug 25, 2022
1 parent 3ee8129 commit b87c365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/migration/2.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ It is not currently possible to use the Vue 3 migration build with Nuxt 3 RC.

## Vuex

Nuxt no longer provides a Vuex integration. Instead, the official Vue recommendation is to use `pinia`, which has built-in Nuxt support via a Nuxt module. [Find out more about pinia here](https://pinia.vuejs.org/).
Nuxt no longer provides a Vuex integration. Instead, the official Vue recommendation is to use `pinia`, which has built-in Nuxt support via a [Nuxt module](https://pinia.vuejs.org/ssr/nuxt.html). [Find out more about pinia here](https://pinia.vuejs.org/).

If you want to keep using Vuex, you can manually migrate to Vuex 4 following [these steps](https://vuex.vuejs.org/guide/migrating-to-4-0-from-3-x.html).

0 comments on commit b87c365

Please sign in to comment.