vuex-class-component
vuex-class-component copied to clipboard
[Feature] Allow control over store instance creation
I'm trying to add simple dependency injection to our stores, but in order to do this I will need control over their instance creation. Unfortunately this is currently impossible because it is done by extractVuexModule -> extractModulesFromInstance (https://github.com/michaelolof/vuex-class-component/blob/master/src/module.ts#L98).