-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
dddomin3, nilssolanki and adamcaron
Metadata
Metadata
Assignees
Labels
No labels