Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 28, 2021 17:52
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/dd51aaa0dbb66d18005cfb578ce56290 to your computer and use it in GitHub Desktop.
Save parzibyte/dd51aaa0dbb66d18005cfb578ce56290 to your computer and use it in GitHub Desktop.
mounted() {
this.qr = new QRious({
element: document.querySelector("#codigo"),
});
this.actualizarCodigoQr();
this.$refs.textareaContenido.focus();
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment