|
|
|
|
|
|
|
|
<img src="favicon.ico" width=20px height=20px> |
|
|
<img src="favicon.ico" width=20px height=20px> |
|
|
</h6> |
|
|
</h6> |
|
|
{{ msg.message }}<br><br> |
|
|
{{ msg.message }}<br><br> |
|
|
<a v-for="tag in msg.tag" href="#">#{{ tag }} </a> |
|
|
|
|
|
|
|
|
<!--<a v-for="tag in msg.tag" href="#">#{{ tag }} </a>--> |
|
|
|
|
|
<b-button class="tags" type="is-text" v-for="tag in msg.tag>#{{ tag }} </b-button> |
|
|
</p> |
|
|
</p> |
|
|
<div class="om-card-footer"> <div class="om-user-line"> |
|
|
<div class="om-card-footer"> <div class="om-user-line"> |
|
|
<i class="material-icons">account_circle</i> |
|
|
<i class="material-icons">account_circle</i> |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
methods: { |
|
|
methods: { |
|
|
myFilter: function() { |
|
|
|
|
|
|
|
|
myFilter: function() { |
|
|
this.isActive = !this.isActive; |
|
|
this.isActive = !this.isActive; |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |