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