I am working with vuex (2.1.1) and get things working within vue single file components. However to avoid too much cruft in my vue single file component I moved some functions t
You can also access actions like:
import store from './store' store.dispatch('action_name', action_argument)