link zu button geändert -> Tagsuche durch "link"
This commit is contained in:
parent
10f349b948
commit
8ddf59666b
@ -101,7 +101,6 @@
|
|||||||
<form class="om-searchbar" @submit.prevent="search()">
|
<form class="om-searchbar" @submit.prevent="search()">
|
||||||
<b-field>
|
<b-field>
|
||||||
<b-autocomplete
|
<b-autocomplete
|
||||||
id="searchtext"
|
|
||||||
rounded
|
rounded
|
||||||
v-model="searchtext"
|
v-model="searchtext"
|
||||||
@keydown.native.enter="search"
|
@keydown.native.enter="search"
|
||||||
|
@ -5,7 +5,8 @@ Vue.component('MsgCard', {
|
|||||||
<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>
|
||||||
@ -22,7 +23,7 @@ Vue.component('MsgCard', {
|
|||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
myFilter: function() {
|
myFilter: function() {
|
||||||
this.isActive = !this.isActive;
|
this.isActive = !this.isActive;
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user