This commit is contained in:
Wolfgang Huß 2023-06-07 15:47:34 +02:00
parent 52cf19d5fc
commit 2a4046555b

View File

@ -11,7 +11,6 @@
}" }"
:highlight="isPinned" :highlight="isPinned"
> >
<!-- {{ post }} -->
<template v-if="post.image" #heroImage> <template v-if="post.image" #heroImage>
<img :src="post.image | proxyApiUrl" class="image" /> <img :src="post.image | proxyApiUrl" class="image" />
</template> </template>