This commit is contained in:
les
2021-01-25 01:17:25 +01:00
parent f6f4ef9b1c
commit bf95c26394
6 changed files with 21 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
<template lang="pug" functional>
v-card.h-event.event
nuxt-link(:to='`/event/${props.event.id}`')
v-img.align-end.white--text(:src="`/media/thumb/${props.event.image_path}`"
v-img.align-end.white--text(:src="`/media/thumb/${props.event.image_path || 'logo.png' }`"
gradient="to bottom, rgba(0,0,0,.1), rgba(0,0,0,.7), rgba(0,0,0,.9)"
height="250" position="top top" )
v-card-title.text-h6.p-name {{props.event.title}}