tethys.backend/resources/js/Components/NavBarSearch.vue
2023-03-03 16:54:28 +01:00

14 lines
222 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>