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

@@ -16,6 +16,9 @@
<template #append>
<slot name="value" />
</template>
<template #prepend>
<slot name="prepend" />
</template>
</v-text-field>
</template>