Skip to content

Instantly share code, notes, and snippets.

@CryDeTaan
Created October 8, 2019 06:29
Show Gist options
  • Save CryDeTaan/42796217790ec8a8b251423ee6cda040 to your computer and use it in GitHub Desktop.
Save CryDeTaan/42796217790ec8a8b251423ee6cda040 to your computer and use it in GitHub Desktop.
Gist for medium post
methods: {
onSubmit(){
this.form.password_confirmation = this.form.password; // Temp for this form only.
this.form
.post('/users')
.then(user => this.users.push(user));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment