Form overhaul: Action form

This commit is contained in:
Stefan Zermatten
2023-05-16 13:17:49 +02:00
parent b7be15ad70
commit 35c48ccd33
6 changed files with 65 additions and 86 deletions

View File

@@ -11,6 +11,9 @@
>
{{ model.value }}
</template>
<template #prepend>
<slot name="prepend" />
</template>
</text-field>
<calculation-error-list :errors="errorList" />
</div>

View File

@@ -1,6 +1,6 @@
<template lang="html">
<v-expansion-panels
popout
accordion
multiple
>
<slot />