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