Fix bug
This commit is contained in:
parent
47c1139a49
commit
5c6dfe5bb6
4 changed files with 32 additions and 4 deletions
|
|
@ -52,7 +52,7 @@
|
|||
<div class="map" v-if="p.geo" ref="map"></div>
|
||||
<span class="app" v-if="p.app">via <b>{{ p.app.name }}</b></span>
|
||||
<div class="repost" v-if="p.repost">
|
||||
<mk-post-preview class="repost" :post="p.repost"/>
|
||||
<mk-post-preview :post="p.repost"/>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue