tethys.backend/resources/js/Components/NavBarSearch.vue
Arno Kaimbacher a7142f694f
All checks were successful
CI Pipeline / japa-tests (push) Successful in 51s
- prettier formatting
- npm updates
- new SearchMap.vue component
2023-10-31 15:38:43 +01:00

8 lines
202 B
Vue

<script setup>
import FormControl from '@/Components/FormControl.vue';
</script>
<template>
<FormControl ref="root" placeholder="Search (ctrl+k)" ctrl-k-focus transparent borderless />
</template>