Tag-Darstellung in der Msg-Card
This commit is contained in:
parent
3478901450
commit
e15cf25745
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user