Add key
This commit is contained in:
parent
adfc0ae3f5
commit
4ae2aa5ea1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue