Binaryify / vue-qr

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

multiple qrcode in single page #3

Closed caozhzh closed 7 years ago

caozhzh commented 7 years ago

when i put two vue-qr components in a single page, it only display the first one,the second on can not seen

<vue-qr text="Hello world!" height="200" width="200"/>
<vue-qr text="Hello world!" height="200" width="200"/>
Binaryify commented 7 years ago

@caozhzh Will fix it

Binaryify commented 7 years ago

Done , please update and check it, thx~