feat(fullstack): Add title and description to form element, add HTML and PDF endpoints for application form
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<template>
|
||||
<template v-for="(formElement, index) in props.modelValue" :key="formElement.id">
|
||||
<div class="group py-3 lg:py-4">
|
||||
<p v-if="formElement.title" class="font-semibold">{{ formElement.title }}</p>
|
||||
<p v-if="formElement.description" class="text-dimmed pb-3">{{ formElement.description }}</p>
|
||||
<div class="flex justify-between">
|
||||
<component
|
||||
:is="getResolvedComponent(formElement)"
|
||||
|
||||
Reference in New Issue
Block a user