mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
remove sleep icon from comment list
This commit is contained in:
parent
b4b9d895a5
commit
7104896150
@ -26,17 +26,14 @@
|
||||
@updateComment="updateCommentList"
|
||||
/>
|
||||
</div>
|
||||
<hc-empty v-else name="empty" icon="messages" />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import Comment from '~/components/Comment.vue'
|
||||
import HcEmpty from '~/components/Empty.vue'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Comment,
|
||||
HcEmpty,
|
||||
},
|
||||
props: {
|
||||
post: { type: Object, default: () => {} },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user