DEV Community

Discussion on: Vue 3, Vuex 4 Modules, Typescript

Collapse
 
rafarel profile image
Rafarel

I did not gave up the Vuex and typescript, right now I'm trying to get my modules namespaced. Any idea, on how to access namespaced modules ?

Collapse
 
shubhadip profile image
shubhadip • Edited

actually, it was a bit difficult to access namespaced modules, you might need to use github.com/greenpress/vuex-composi... library until vue 3 gives support for this: github.com/vuejs/vuex/issues/1725