qrcode.js binding of vue 2
With Yarn:
yarn add vue-qrcode.js
With npm:
npm install vue-qrcode.js --save
<qrcode class="qrcode"
:text="text"
:size="size"
:colorLight="colorLight"
:colorDark="colorDark"
:logo="'https://avatars0.githubusercontent.com/u/1384521?v=3&s=80'"
:logoSize="40"
>
</qrcode>
MIT