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
@@ -81,6 +81,7 @@
<h2 id="persons" class="font-bold text-xl">Состав</h2>
<template v-for="worker in faculty.data.workers">
<ClientFacultyWorkerCard :worker="worker" />
</template>
+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>