vuex-class-component icon indicating copy to clipboard operation
vuex-class-component copied to clipboard

[Feature] Allow control over store instance creation

Open SaphuA opened this issue 5 years ago • 0 comments

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).

SaphuA avatar Nov 06 '19 11:11 SaphuA