Fix #5842 and refactoring
This commit is contained in:
parent
781cebf194
commit
1b88a7bc03
21 changed files with 58 additions and 31 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<portal to="title">{{ $t('announcements') }}</portal>
|
||||
|
||||
<mk-pagination :pagination="pagination" #default="{items}" class="ruryvtyk" ref="list">
|
||||
<section class="_card announcement" v-for="(announcement, i) in items" :key="announcement.id" :data-index="i">
|
||||
<section class="_card announcement" v-for="(announcement, i) in items" :key="announcement.id">
|
||||
<div class="_title"><span v-if="$store.getters.isSignedIn && !announcement.isRead">🆕 </span>{{ announcement.title }}</div>
|
||||
<div class="_content">
|
||||
<mfm :text="announcement.text"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue