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/87d77e8a4dc2094ae28575ba97f81d19 to your computer and use it in GitHub Desktop.
Save parzibyte/87d77e8a4dc2094ae28575ba97f81d19 to your computer and use it in GitHub Desktop.
watch: {
nombres(nuevoValor, valorAnterior){
console.log("Ha cambiado");
console.log("nuevo:", nuevoValor);
console.log("anterior:", valorAnterior);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment