Tag-Darstellung in der Msg-Card

This commit is contained in:
Xenia Gruenzinger 2019-07-02 11:49:35 +02:00
parent 3478901450
commit e15cf25745

View File

@ -5,7 +5,9 @@ Vue.component('MsgCard', {
<img src="favicon.ico" width=20px height=20px>
</h6>
{{ msg.message }}<br><br>
<a href="#">{{ msg.tag }}</a></p>
<div v-for="tag in msg.tag">
<a href="#">{{ tag }}</a>
</div></p>
<div class="om-card-footer"> <div class="om-user-line">
<i class="material-icons">account_circle</i>
Erstellt von {{ msg.user }}</div>