diff --git a/docs/7.migration/2.configuration.md b/docs/7.migration/2.configuration.md index e5ab1d1bd5..11d4e31687 100644 --- a/docs/7.migration/2.configuration.md +++ b/docs/7.migration/2.configuration.md @@ -197,3 +197,5 @@ export default defineNuxtPlugin(nuxtApp => { nuxtApp.vueApp.use(store); }) ``` + +For larger apps, this migration can entail a lot of work. If updating Vuex still creates roadblocks, you may want to use the community module: [nuxt3-vuex-module](https://github.com/vedmant/nuxt3-vuex#nuxt3-vuex-module), which should work out of the box.