Changes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user