gertqin / vuex-class-modules

Typescript class decorators for vuex modules
MIT License
194 stars 20 forks source link

Is there a way to register the module without namespace? #66

Closed dakuenjery closed 3 years ago

dakuenjery commented 3 years ago

I like this library, but I cannot to register the module as a namespace: false.

I saw registerVuexModule() in module-factory.ts and the namespaced value is hardcoded, but maybe there is some workaround?

bodograumann commented 3 years ago

What you are trying to achieve by using non-namespaced modules?

bodograumann commented 3 years ago

I’ll close this now due to inactivity.