Update compiled assets, fixes #595
This commit is contained in:
parent
1ca76b3a3c
commit
a0b00ce434
5 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
<span class="pr-3" style="overflow: hidden;">
|
||||
<div class="font-weight-bold pr-1"><bdi><a class="text-dark" :href="comment.account.url" :title="comment.account.username">{{l(comment.account.username)}}</a></bdi>
|
||||
</div>
|
||||
<div class="read-more" style="overflow: hidden;">
|
||||
<div class="read-more" style="overflow: hidden;" :id="comment.id + '-reply-readmore'">
|
||||
<span class="comment-text" v-html="comment.content" style="overflow: hidden;"></span>
|
||||
</div>
|
||||
</span>
|
||||
|
@ -51,7 +51,7 @@ export default {
|
|||
props: ['post-id', 'post-username', 'user'],
|
||||
data() {
|
||||
return {
|
||||
results: {},
|
||||
results: null,
|
||||
pagination: {},
|
||||
min_id: 0,
|
||||
max_id: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue