more blabla

This commit is contained in:
2020-02-19 15:30:58 +01:00
parent b8ec2a934b
commit d647a8c0b7
10 changed files with 14 additions and 174 deletions

View File

@ -12,8 +12,7 @@
<h4 v-if="false" class="body" v-html="item.body"></h4>
</header>
<section class="images">
<figure v-if="item.field_title_image !== ''" v-html="item.field_title_image"></figure>
<figure v-else-if="item.field_visuel !== ''" v-html="item.field_visuel"></figure>
<figure v-html="item.field_visuel"></figure>
</section>
</article>
</template>