improve announcement management

This commit is contained in:
les
2021-05-31 00:08:13 +02:00
parent 54c5d2aa41
commit 91311b49ef
8 changed files with 36 additions and 55 deletions

View File

@@ -2,7 +2,7 @@
v-container#home(fluid)
//- Announcements
#announcements.mr-1
#announcements.mx-1.mt-1(v-if='announcements.length')
Announcement(v-for='announcement in announcements' :key='`a_${announcement.id}`' :announcement='announcement')
//- Calendar and search bar