From 7f8ba18102238bdd14a10fd6066687387a34b8b6 Mon Sep 17 00:00:00 2001 From: Liam Cabra Teixeira Date: Mon, 31 Aug 2020 22:58:49 -0300 Subject: [PATCH] My events on Profile --- public/index.html | 2 +- src/components/cpmCard.vue | 19 ++++++++++++++----- src/views/private/Profile.vue | 5 +++-- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/public/index.html b/public/index.html index e58db1a..d564137 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ - + diff --git a/src/components/cpmCard.vue b/src/components/cpmCard.vue index bfee491..5748fd9 100644 --- a/src/components/cpmCard.vue +++ b/src/components/cpmCard.vue @@ -6,10 +6,15 @@ - +
{{card.name}}
+ + | + +
{{card.user.name}}
+
{{card.eventDate}}
@@ -25,15 +30,19 @@

{{card.description}}

- + Comentários - {{comment.user}}: {{comment.comment}} + + + {{comment.user.name}}: {{comment.comment}} @@ -46,7 +55,7 @@