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
@@ -15,7 +15,7 @@
<template v-slot:header>
<q-item-section avatar>
<q-avatar>
<img src="/static/images/stripe_logo.ico" />
<q-img src="/static/images/stripe_logo.ico"></q-img>
</q-avatar>
</q-item-section>
@@ -279,7 +279,7 @@
<template v-slot:header>
<q-item-section avatar>
<q-avatar>
<img src="/static/images/square_logo.png" />
<q-img src="/static/images/square_logo.png"></q-img>
</q-avatar>
</q-item-section>