From bed6d3b6e74c84f67f70bb3040e26e5efca271a6 Mon Sep 17 00:00:00 2001 From: Richard Schloss Date: Thu, 25 Aug 2022 12:30:20 -0400 Subject: [PATCH] Linked to the Nuxt pinia module --- docs/content/migration/2.configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/migration/2.configuration.md b/docs/content/migration/2.configuration.md index 2dee536029c..89a705d1303 100644 --- a/docs/content/migration/2.configuration.md +++ b/docs/content/migration/2.configuration.md @@ -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).