Skip to content

Instantly share code, notes, and snippets.

@joshmenden
Created August 28, 2018 04:03
Show Gist options
  • Save joshmenden/ecdb428de9b81cf71c83d2939e89aab1 to your computer and use it in GitHub Desktop.
Save joshmenden/ecdb428de9b81cf71c83d2939e89aab1 to your computer and use it in GitHub Desktop.
goToDraft () {
this.draft = response.data.draft
if (draft.status === 'OK') {
this.$router.push('/')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment