tethys.backend/resources/js/Components/NavBarSearch.vue

8 lines
202 B
Vue
Raw Normal View History

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