Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedrolopesh committed Sep 18, 2020
1 parent 42549ff commit 08cd905
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/views/private/Feed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@
<!-- <Card /> -->

<div class="p15 mt-10" v-for="(item, i) in cardsEventData" :key="i">
<v-card max-width="500" class="ac card-style-1">

<v-card max-width="500" class="ac cp card-style-1">

<img :src='item.img' class="img-size">

<div class="p10 alg-txt-s">
<h4 class="clr-red">{{ item.eventDate }}</h4>
<h1 class="mt-1">{{ item.title }}</h1>
<span class="mt-2 display-b">Criado por <strong>{{ item.user }}</strong> </span>
<span class="mt-2 display-b">Criado por <strong>{{ item.user.name }}</strong> </span>
</div>

</v-card>

</div>
</div>
</template>
Expand Down

0 comments on commit 08cd905

Please sign in to comment.