Skip to content

wangbinyq/vue-qrcode.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published