[web] Simplify image control

This commit is contained in:
Alain Nussbaumer
2025-05-19 19:48:08 +02:00
parent 708370aab9
commit af632f4304
8 changed files with 9 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<template>
<figure class="figure has-shadow">
<figure class="figure has-shadow is-clickable">
<img v-lazy="source" @click="$emit('click')" />
</figure>
</template>