Migrating nuxt2 to nuxt3 vuex store
Hi im migrating an app from nuxt2 to nuxt3. It currently uses vuex and im trying to move to nuxt3 without moving to pinia yet. The problem is that in nuxt2, the store uses a lot of
this.$injectedProperty in its actions. How can i use the nuxtApp injected properties in vuex in nuxt 3?