|
|
|
|
|
|
|
|
<a class="logo-img" href="index.html"><img src="img/app_icon.png" width=45px height=45px></a> |
|
|
<a class="logo-img" href="index.html"><img src="img/app_icon.png" width=45px height=45px></a> |
|
|
<form class="om-searchbar" @submit.prevent="search()"> |
|
|
<form class="om-searchbar" @submit.prevent="search()"> |
|
|
<b-field> |
|
|
<b-field> |
|
|
<b-input |
|
|
|
|
|
|
|
|
<b-autocomplete |
|
|
|
|
|
rounded |
|
|
|
|
|
v-model="searchtext" |
|
|
|
|
|
:data="getFilteredTags" |
|
|
|
|
|
placeholder="suche..." |
|
|
|
|
|
icon="magnify" |
|
|
|
|
|
@select="option => selected = option"> |
|
|
|
|
|
</b-autocomplete> |
|
|
|
|
|
|
|
|
|
|
|
<!--<b-input |
|
|
type="search" |
|
|
type="search" |
|
|
v-model="searchtext" |
|
|
v-model="searchtext" |
|
|
icon="magnify" |
|
|
icon="magnify" |
|
|
placeholder="Suche..."> |
|
|
placeholder="Suche..."> |
|
|
</b-input> |
|
|
|
|
|
|
|
|
</b-input>--> |
|
|
<!--<b-taginput |
|
|
<!--<b-taginput |
|
|
id="search-text" |
|
|
id="search-text" |
|
|
type="search" |
|
|
type="search" |