Binaryify / vue-qr

The Vue Component for Awesome-qr.js
MIT License
849 stars 123 forks source link

`<vue-qr text="https://exg=QE31AD" :correctLevel="1" colorLight="rgb(0,111,0)" :dotScale="1" :size="400" :margin="0"></vue-qr>` #60

Closed zhouxbalabala closed 5 years ago

zhouxbalabala commented 5 years ago

<vue-qr text="https://exg=QE31AD" :correctLevel="1" colorLight="rgb(0,111,0)" :dotScale="1" :size="400" :margin="0"></vue-qr> 关键参数是在dotScale,设大是为了美观, 但是就会出现colorLight覆盖不全的情况, 可以尝试更改text的字符长度测试结果

Originally posted by @zhouxbalabala in https://github.com/Binaryify/vue-qr/issues/58#issuecomment-490715746