Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 6, 2019 06:10
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/2aff97ecefdfb1300287fcd218b0ee75 to your computer and use it in GitHub Desktop.
Save parzibyte/2aff97ecefdfb1300287fcd218b0ee75 to your computer and use it in GitHub Desktop.
methods: {
agregar() {
if (this.nombre) {
this.nombres.push(this.nombre);
this.nombre = "";
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment