0π
β
It looks like you never actually use the actions
import in the vuex module. Try the following:
import actions from './actions.js'
export default {
actions
}
Source:stackexchange.com