Browse Source

Tag-Darstellung in der Msg-Card

master
Xenia Gruenzinger 4 years ago
parent
commit
e15cf25745
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      public/routes/msgCard.js

+ 3
- 1
public/routes/msgCard.js 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>

Loading…
Cancel
Save