Skip to content

Instantly share code, notes, and snippets.

@anoobbava
Created December 16, 2019 12:30
Show Gist options
  • Select an option

  • Save anoobbava/bc4f47d88eeaabe741f07705262ab0ef to your computer and use it in GitHub Desktop.

Select an option

Save anoobbava/bc4f47d88eeaabe741f07705262ab0ef to your computer and use it in GitHub Desktop.
saveTodoMutation (state, todo) {
state.todos = [...state.todos, todo]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment