Skip to content

Add router and store to configuration callback

Compare
Choose a tag to compare
@dfcook dfcook released this 23 Mar 13:03

Added the constructed Vuex store and vue-router instance to the configuration callback, allowing actions to be dispatched or routes pushed before the render.

Fixes #15.