This commit is contained in:
f4ilji
2024-12-09 21:11:00 +05:00
parent 4f3dfcec1a
commit a8fb813177
5 changed files with 13 additions and 4 deletions
+2
View File
@@ -100,6 +100,8 @@ export default {
</div>
</div>
<PostBuilder :blocks="blocks"/>
<div>
<PostGallery v-if="post.data.gallery.length > 1" :title="post.data.title" :images="post.data.gallery"/>
</div>