Skip to content

Commit f0a46e8

Browse files
committed
refactor(FormEditor): Update UI
1 parent c7ef469 commit f0a46e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/pages/samples/FormEditor.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,11 @@ const schemaResult = computed(() => editorDataToSchema(formData.value))
8484
v-if="formInput.if && formInput.if.length > 0" v-tooltip="`condition: ${formInput.if}`"
8585
class="pi pi-question-circle text-yellow-700"
8686
/>
87+
<span class="text-xs text-[color:var(--primary-color)]">{{ formInput.$formkit }}</span>
88+
<span class="text-gray-700">|</span>
8789
<span class="text-xs text-yellow-500">{{ formInput.name }}</span>
8890
</div>
89-
<div class="min-w-100">
91+
<div class="formkit-form min-w-100">
9092
<FormKitSchema :schema="formInput" :data="{}" />
9193
</div>
9294
</div>

0 commit comments

Comments
 (0)