DeckでもURLプレビュー

This commit is contained in:
syuilo
2018-09-01 13:08:43 +09:00
parent 29b2bdf613
commit 488bbc9651
2 changed files with 31 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
<div class="renote" v-if="p.renote">
<mk-note-preview :note="p.renote" :mini="true"/>
</div>
<mk-url-preview v-for="url in urls" :url="url" :key="url" :detail="false" :mini="true"/>
</div>
<span class="app" v-if="p.app">via <b>{{ p.app.name }}</b></span>
</div>