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 {