generated from Seekra/repository-template
Show search bar below the navbar on the search results view on small screens #99
@@ -14,5 +14,12 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
import Searchbar from '@/features/search/components/Searchbar.vue';
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<Searchbar
|
||||||
|
auto-submit
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
Reference in New Issue
Block a user