Open marcodarko opened 8 months ago
Update: The version of Vuex that the DDE uses will continue to work so migration is NOT required anymore. However if we wanna use this library it will require a major refactor that involves changing the current solutions since a few of the Vuex features are not available on Pinia.
Is your feature request related to a problem? Please describe. Vuex is no longer supported by Nuxt/Vue3, they now support Pinia. Although there is community plugins to make it work it's not a guaranteed way forward.
As a result the application cannot be built or worked on until we fix this.
Describe the solution you'd like Fully migrate to Pinia https://pinia.vuejs.org/
Describe alternatives you've considered This is a community plugin to make it work but still requires some restructuring of the files: https://github.com/vedmant/nuxt3-vuex/tree/master
Additional context More on this issue: https://nuxt.com/docs/migration/configuration