HI my html has this ``` <div><img src='{{qrCodeSrc}}' /></div> ``` qrCodeSrc set 'data:image/png;base64,...........' but the result will be `<img>` what need i do?
HI
my html has this
qrCodeSrc set 'data:image/png;base64,...........'
but the result will be
<img>what need i do?