Refactor
This commit is contained in:
parent
acd64f58e3
commit
73e7c1bf67
2 changed files with 10 additions and 10 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<div class="mk-notifications">
|
||||
<div class="contents">
|
||||
<x-list class="notifications" :items="items" v-slot="{ item: notification, i }">
|
||||
<x-notification :notification="notification" :with-time="true" :nowrap="false" class="notification" :key="notification.id" :data-index="i"/>
|
||||
<x-notification :notification="notification" :with-time="true" :full="true" class="notification" :key="notification.id" :data-index="i"/>
|
||||
</x-list>
|
||||
|
||||
<button class="more _button" v-if="more" @click="fetchMore" :disabled="moreFetching">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue