mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: mention nuxt3-vuex-module
in migration guide (#24260)
This commit is contained in:
parent
36798e8c26
commit
83a99fe4d5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user