From c7ffcc44c60fd7522604cc53ec35dd0e7d0caed7 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Fri, 18 Jan 2019 15:15:53 +0100 Subject: [PATCH] empty comments --- pages/post/_slug/index.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pages/post/_slug/index.vue b/pages/post/_slug/index.vue index 4a7d93703..73a9a7c7b 100644 --- a/pages/post/_slug/index.vue +++ b/pages/post/_slug/index.vue @@ -100,11 +100,10 @@ -
-

- NO COMMENTS -

-
+ @@ -113,6 +112,7 @@ import gql from 'graphql-tag' import HcAuthor from '~/components/Author.vue' import HcShoutButton from '~/components/ShoutButton.vue' +import HcEmpty from '~/components/Empty.vue' export default { transition: { @@ -121,7 +121,8 @@ export default { }, components: { HcAuthor, - HcShoutButton + HcShoutButton, + HcEmpty }, head() { return {