Added printing + Resume name input
Some checks failed
linter / quality (push) Failing after 6m25s
tests / ci (push) Failing after 12m38s

This commit is contained in:
2025-08-27 14:54:51 +02:00
parent 55a52086c1
commit f3ff6fd6ac
11 changed files with 303 additions and 16 deletions

View File

@@ -8,8 +8,9 @@ const props = defineProps<{
</script>
<template>
<div class="w-full">
<div class="w-full" style="background-color: aqua; height: 10%;">
I'm an email component : {{ props.componentPlacement?.component_data?.input_data[0].value }}
</div>
<div style="width: 365px; height: 50px; background-color: red;"></div>
</template>