blabla: click on whole article card open it

This commit is contained in:
2021-03-09 11:35:00 +01:00
parent 1ec8a371b5
commit f89c29a8b9
4 changed files with 17 additions and 4 deletions

View File

@@ -9,10 +9,15 @@
></a>
</h1>
<aside v-html="item.created"></aside>
<h4 v-if="false" class="body" v-html="item.body"></h4>
<!-- <h4 class="body" v-html="item.body"></h4> -->
</header>
<section class="images">
<figure v-html="item.field_visuel"></figure>
<a
:href="item.view_node"
@click.prevent="onclick"
>
<figure v-html="item.field_visuel"/>
</a>
</section>
</article>
</template>