img popup base
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 26s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 26s
This commit is contained in:
parent
87c08bc529
commit
75e7f375b3
20 changed files with 532 additions and 23 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue