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>