Skip to content

Instantly share code, notes, and snippets.

@rwaddin
Last active November 3, 2022 08: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 rwaddin/c807c9ef6adc0bce42b430ad234ed1d1 to your computer and use it in GitHub Desktop.
Save rwaddin/c807c9ef6adc0bce42b430ad234ed1d1 to your computer and use it in GitHub Desktop.
<template>
<vue-qrcode value="https://addin.my.id" />
</template>
<script>
import VueQrcode from 'vue-qrcode'
export default {
components: {
VueQrcode,
},
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment