Better links

This commit is contained in:
Kasper Rynning-Tønnesen
2020-02-12 14:22:32 +01:00
parent b91221273d
commit f22be970a5
3 changed files with 3 additions and 4 deletions

View File

@@ -3,9 +3,7 @@
<div class="container">
<h1 class="title">Alle viner</h1>
<div class="wines-container">
<a :href="wine.vivinoLink" v-for="wine in wines">
<Wine :wine="wine" />
</a>
<Wine :wine="wine" v-for="wine in wines" />
</div>
</div>
</div>