install with NPM
npm install vue-qr --save
Import
import VueQr from 'vue-qr' new Vue({ components: {VueQr} })
In template
<vue-qr :bgSrc='src' :logoSrc="src2" text="Hello world!" height="200" width="200"/>