mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-12 11:48:17 +00:00
docs: update link to pinia nuxt module (#6952)
This commit is contained in:
parent
3ee8129399
commit
b87c365891
@ -124,6 +124,6 @@ It is not currently possible to use the Vue 3 migration build with Nuxt 3 RC.
|
|||||||
|
|
||||||
## Vuex
|
## 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).
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user