mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
parent
87950ed524
commit
9cb050adb8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ v-container#event.pa-0.pa-sm-2
|
||||||
v-row
|
v-row
|
||||||
v-col.col-12.col-lg-8
|
v-col.col-12.col-lg-8
|
||||||
//- fake image to use u-featured in h-event microformat
|
//- fake image to use u-featured in h-event microformat
|
||||||
img.u-featured(v-show='false' :src='`${settings.baseurl}${imgPath}`')
|
img.u-featured(v-show='false' v-if='event.image_path' :src='`${settings.baseurl}${imgPath}`')
|
||||||
v-img.main_image.mb-3(
|
v-img.main_image.mb-3(
|
||||||
contain
|
contain
|
||||||
:src='imgPath'
|
:src='imgPath'
|
||||||
|
|
Loading…
Reference in a new issue