mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
empty comments
This commit is contained in:
parent
baac0748a0
commit
c7ffcc44c6
@ -100,11 +100,10 @@
|
||||
</div>
|
||||
<ds-space margin-bottom="small" />
|
||||
</div>
|
||||
<div v-else>
|
||||
<p style="text-align: center; opacity: .5;">
|
||||
NO COMMENTS
|
||||
</p>
|
||||
</div>
|
||||
<hc-empty
|
||||
v-else
|
||||
icon="messages"
|
||||
/>
|
||||
</ds-section>
|
||||
</ds-card>
|
||||
</template>
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user