From c156bcedc94078e928e63ef9e5ffc74a934c9360 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sat, 5 Jan 2019 13:43:20 +0100 Subject: [PATCH] Added author location to quick user preview --- components/Author.vue | 15 +++++++++++++-- graphql/UserProfileQuery.js | 3 +++ pages/index.vue | 3 +++ pages/post/_slug/index.vue | 6 ++++++ pages/post/_slug/more-info.vue | 3 +++ 5 files changed, 28 insertions(+), 2 deletions(-) diff --git a/components/Author.vue b/components/Author.vue index 53379afa8..e313066a6 100644 --- a/components/Author.vue +++ b/components/Author.vue @@ -54,9 +54,20 @@ - + + {{ author.location.name }} + +