mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-24 03:27:46 -05:00
[web] Simplify image control
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user