|
|
@@ -97,7 +97,8 @@ |
|
|
|
<div id="api"> |
|
|
|
<div class="om-header-container"> |
|
|
|
<div class="om-header"> |
|
|
|
<a class="logo-img" href="index.html"><img src="img/app_icon.png" width=45px height=45px></a> |
|
|
|
<a class="logo-img is-hidden-desktop" href="index.html"><img src="img/app_icon.png" width=45px height=45px></a> |
|
|
|
<a class="logo-img is-hidden-touch" href="index.html"><img src="img/app_icon_desk.png" width=100px height=100px></a> |
|
|
|
<form class="om-searchbar" @submit.prevent="search()"> |
|
|
|
<b-field> |
|
|
|
<b-autocomplete v-model="searchtext" @keydown.native.enter="search" :data="filteredDataArray" placeholder="suche..." icon="magnify" @select="option => selected = option"> |