Fix bug
This commit is contained in:
parent
47c1139a49
commit
5c6dfe5bb6
4 changed files with 32 additions and 4 deletions
|
@ -51,7 +51,7 @@
|
|||
<a class="location" v-if="p.geo" :href="`http://maps.google.com/maps?q=${p.geo.latitude},${p.geo.longitude}`" target="_blank">%fa:map-marker-alt% 位置情報</a>
|
||||
<div class="map" v-if="p.geo" ref="map"></div>
|
||||
<div class="repost" v-if="p.repost">
|
||||
<mk-post-preview class="repost" :post="p.repost"/>
|
||||
<mk-post-preview :post="p.repost"/>
|
||||
</div>
|
||||
<mk-url-preview v-for="url in urls" :url="url" :key="url"/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue