change qr-code image to color variant

This commit is contained in:
ogerly 2022-04-14 09:39:49 +02:00
parent 4098f030ff
commit 703a46779d

View File

@ -27,7 +27,7 @@ export default {
}, },
created() { created() {
const image = new Image() const image = new Image()
image.src = 'img/gdd-coin-sw.png' image.src = 'img/gdd-coin.png'
image.onload = () => { image.onload = () => {
this.options = { this.options = {
...this.options, ...this.options,