Stephen Borden
Results
1
issues of
Stephen Borden
From an action in one module I want to call a getter in another module. I'm able to do it with context.rootGetters["namespace/getter"] but it doesn't feel like the typescript way...