We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b606d commit 7149170Copy full SHA for 7149170
frontend/src/components/overlay/Dccon.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="dccon">
3
- <img class="image" :src="dccon.path" :alt="dccon.keywords[0]" @click.prevent="clicked" @mouseover="hovered">
+ <img class="image" :src="dccon.path" :alt="dccon.keywords[0]" @click.prevent="clicked" @mouseover="hovered" loading="lazy">
4
</div>
5
</template>
6
0 commit comments