add field area controls

This commit is contained in:
Alex Turchyn
2023-06-04 01:08:45 +03:00
parent 4c74290bf0
commit f5c00ada31
13 changed files with 382 additions and 165 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
@attached="attachments.push($event)"
/>
<AttachmentStep
v-else-if="currentField.type === 'attachment'"
v-else-if="currentField.type === 'file'"
v-model="values[currentField.uuid]"
:field="currentField"
:attachments-index="attachmentsIndex"