Closed
Description
Documentation says, the whole dispatched object gets sent to the mutation, and so do the release notes for 0.6.2, and says that
Note when using the object-style, you should include all arguments as properties on the dispatched object
But in fact only the payload
field gets passed, and the arguments must be in the payload array, not as some properties. https://github.com/vuejs/vuex/blob/master/src/index.js#L83
Metadata
Metadata
Assignees
Labels
No labels