Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 527 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 527 Bytes

vue-qrcode.js

qrcode.js binding of vue 2

Install

With Yarn:

yarn add vue-qrcode.js

With npm:

npm install vue-qrcode.js --save

Usage

example

    <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>

License

MIT