Arno Kaimbacher
a7142f694f
All checks were successful
CI Pipeline / japa-tests (push) Successful in 51s
- npm updates - new SearchMap.vue component
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>
|