Added printing + Resume name input
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user