You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
SaphuA
changed the title
On dependency injection...
Allow control over store instance creation
Nov 11, 2019
SaphuA
changed the title
Allow control over store instance creation
[Feature] Allow control over store instance creation
Nov 19, 2019
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).The text was updated successfully, but these errors were encountered: