Update ImageGeneration.vue

This commit is contained in:
Believethehype 2024-01-25 16:16:54 +01:00
parent 9c3faa9673
commit a2fca1eb1e

View File

@ -169,8 +169,8 @@ function nextInput(e) {
async function zap(invoice) {
let webln;
this.dvmpaymentaddr = `https://chart.googleapis.com/chart?cht=qr&chl=${invoice}&chs=250x250&chld=M|0`;
this.dvminvoice = invoice
//this.dvmpaymentaddr = `https://chart.googleapis.com/chart?cht=qr&chl=${invoice}&chs=250x250&chld=M|0`;
//this.dvminvoice = invoice
try {