feat: all <img> beeing lazyloaded (#3610)

This commit is contained in:
dni ⚡
2025-12-02 12:23:00 +01:00
committed by GitHub
parent 6122a03f32
commit 89cabda123
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -525,12 +525,12 @@ include('components/lnbits-wallet-extra.vue') %}
<q-tooltip :model-value="href === '' ? value : href"></q-tooltip>
</qrcode-vue>
</a>
<img
<q-img
:src="logo"
class="qrcode__image"
alt="qrcode icon"
style="pointer-events: none"
/>
></q-img>
</div>
<div
v-if="showButtons"