img popup base
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 26s

This commit is contained in:
Julie Blanc 2026-03-23 11:13:50 +01:00
parent 87c08bc529
commit 75e7f375b3
20 changed files with 532 additions and 23 deletions

View file

@ -55,6 +55,7 @@
:key="block.id"
:is="getBlockComponent(block.type)"
:content="block.content"
v-bind="block.type === 'image' ? { blockId: block.id } : {}"
/>
</template>
</section>
@ -97,6 +98,7 @@
:key="block.id"
:is="getBlockComponent(block.type)"
:content="block.content"
v-bind="block.type === 'image' ? { blockId: block.id } : {}"
/>
</template>
</div>