Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 30, 2019 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/0c977a5ae03113f8b38f7bee2180c695 to your computer and use it in GitHub Desktop.
Save parzibyte/0c977a5ae03113f8b38f7bee2180c695 to your computer and use it in GitHub Desktop.
HTTP.post("/alumno", this.alumno)
.then(() => {
this.$emit("guardado", this.alumno)//<-- Justo aquí
})
.finally(() => this.cargando = false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment