forked from geolba/tethys.backend
8 lines
202 B
Vue
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>
|