Skip to content

Commit

Permalink
docs: mention nuxt3-vuex-module in migration guide (#24260)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Nov 13, 2023
1 parent 36798e8 commit 83a99fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/7.migration/2.configuration.md
Expand Up @@ -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.

0 comments on commit 83a99fe

Please sign in to comment.