date editing

This commit is contained in:
Julian Krauser 2024-12-26 19:36:00 +01:00
parent be2bd5e6e3
commit ec477b7d72
9 changed files with 139 additions and 44 deletions

View file

@ -12,6 +12,7 @@
>
<summary class="flex flex-row gap-2 bg-primary p-2 w-full justify-between items-center cursor-pointer">
<svg
indicator
class="fill-white stroke-white opacity-75 w-4 h-4"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
@ -23,7 +24,7 @@
type="text"
name="title"
id="title"
placeholder="Einscheidung"
placeholder="Entscheidung"
autocomplete="off"
v-model="item.topic"
@keyup.prevent