0

Looking at docs https://vuex.vuejs.org/guide/actions.html vuejs 2.6 / vuex,3.0.1 do not see if actions can be dispatched with 1 more parameter, as on all these examples? I tried to dispatch action with 2 parameters, but the second was undefined in action...

mstdmstd
  • 2,195
  • 17
  • 63
  • 140

1 Answers1

2

Nope you need to dispatch an object with a few fields, if you want a number of parameters.

Michael
  • 4,538
  • 5
  • 31
  • 58