Skip to content

Commit

Permalink
fix(summary): add key (_id) to items list
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 5, 2020
1 parent 5157495 commit 45b7cdf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -11,6 +11,7 @@ <h5 class="summary__title">
<div
class="summary__item"
v-for="item in items"
:key="item._id"
>
<a-picture
v-if="getImg(item)"
Expand Down

0 comments on commit 45b7cdf

Please sign in to comment.