From df0619c2c4f808a5b932df436ef74bc1c7b565a8 Mon Sep 17 00:00:00 2001 From: Pedro Senai Date: Thu, 8 Oct 2020 20:04:38 -0300 Subject: [PATCH] trying show coments and post coment --- src/components/cpmCard.vue | 56 +++++++++++++++++++++-------- src/components/cpmDialogProfile.vue | 20 ++++++++--- src/store/index.js | 5 +++ src/store/modules/FeedVuex.js | 22 ++++++++++-- src/store/modules/LoginVuex.js | 12 +++---- src/store/modules/ProfileVuex.js | 3 +- src/views/public/Login.vue | 1 + src/views/viewsPrivate.vue | 18 +++++++++- 8 files changed, 108 insertions(+), 29 deletions(-) diff --git a/src/components/cpmCard.vue b/src/components/cpmCard.vue index 75d00dc..42a2b7a 100644 --- a/src/components/cpmCard.vue +++ b/src/components/cpmCard.vue @@ -5,7 +5,7 @@ - + mdi-account-circle avatar @@ -29,24 +29,34 @@

{{cardData.description}}

- + Comentários -
+
+
- + + mdi-account-circle + avatar + + + {{ item.comments[0].user.name }}: + +

{{ item.comments[0].comment }}

+
+
+ +
+ + Lorem ipsum, dolor sit amet consectetur adipisicing elit. Rerum, magni dicta. Dignissimos doloribus cum, similique corrupti consequatur quod! Deserunt, sequi! + + + +
@@ -69,6 +82,7 @@ \ No newline at end of file