Vue Store Access Stan w akcjach

actions: {
  actionName ({ commit, state }, payload) {
    console.log(state)
  }
}
Krushn