Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 9, 2021 21:36
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/d39c1f4acad820c9dd299c808554097f to your computer and use it in GitHub Desktop.
Save parzibyte/d39c1f4acad820c9dd299c808554097f to your computer and use it in GitHub Desktop.
watch: {
mostrar() {
if (this.mostrar) {
setTimeout(() => {
this.$refs.campoNumero.$refs.input.focus();
}, 50);
}
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment