This commit is contained in:
Oliver Davies 2019-04-24 10:35:46 +01:00
parent adfc0ae3f5
commit 4ae2aa5ea1

View file

@ -52,7 +52,7 @@
<page-title>All Projects</page-title>
<div class="flex flex-wrap mt-4 -mx-4 -mb-8">
<project-card v-for="n in 9"></project-card>
<project-card v-for="n in 9" :key="n"></project-card>
</div>
</div>