docs: mention nuxt3-vuex-module in migration guide (#24260)

This commit is contained in:
Adrien Zaganelli 2023-11-13 12:49:21 +01:00 committed by GitHub
parent 36798e8c26
commit 83a99fe4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.