Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make mutation payload optional in definition file
When testing a mutation without payload in TypeScript, it complains that about the missing payload, even though it's not mandatory. This PR simply makes the payload optional. Fixes vuejs#1491
- Loading branch information