This commit is contained in:
syuilo
2020-01-31 11:38:52 +09:00
parent acd64f58e3
commit 73e7c1bf67
2 changed files with 10 additions and 10 deletions

View File

@ -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">