wip
This commit is contained in:
parent
bc632cefe5
commit
29b7bd258c
9 changed files with 70 additions and 96 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="post" tabindex="-1" :title="title" @keydown="onKeydown">
|
||||
<div class="reply-to" v-if="p.reply">
|
||||
<x-sub post="p.reply"/>
|
||||
<x-sub :post="p.reply"/>
|
||||
</div>
|
||||
<div class="repost" v-if="isRepost">
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue