Files
wg-easy-ca-lose/src/app/components/Panel/head/Boat.vue
T
YuWorm 2b42b639ea Add search / filter box (#2170)
* feat: Add search client based on #1978

* moved the filtering to the DB level using zod and tidied up some imports.

* minor fix

* minor fix

* fix typo

---------

Co-authored-by: Bernd Storath <999999bst@gmail.com>
2025-10-20 08:04:21 +02:00

6 lines
103 B
Vue

<template>
<div class="flex flex-shrink-0 items-center space-x-2">
<slot />
</div>
</template>