scholtz/qrcode-vue3

Get Base 64 string

Closed this issue · 1 comments

First than all, I have to say, THANKS A LOT, you fixed the diadal version, this just works amazingly easy...

So, how could we get the base 64 string from the generated qr code?

Nevermind, i just found the way to do it:

You just need to set a ref for the element, and then you can get it like this:

myRef.value.imageUrl

Thans again for this!