Binaryify / vue-qr

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

请问一下二维码的样式问题 #64

Closed cgfeel closed 5 years ago

cgfeel commented 5 years ago

版本是:"vue-qr": "^2.1.0", 代码如下:

<vue-qr :text="shareUrl" :size="400" />

生成的图片是这样的: image

我在其他网站使用相同的内容生成的二维码是这样的: image

请问如何将二维码设置成下面这种样式?

Binaryify commented 5 years ago

dotScale 设为1

cgfeel commented 5 years ago

@Binaryify 谢谢