This commit is contained in:
syuilo 2025-03-29 11:18:49 +09:00
parent e990831a09
commit 2b42e8f171
1 changed files with 14 additions and 16 deletions

View File

@ -4,7 +4,6 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<MkPullToRefresh :refresher="() => reload()">
<MkPagination ref="pagingComponent" :pagination="pagination">
<template #empty>
<div class="_fullinfo">
@ -20,7 +19,6 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkDateSeparatedList>
</template>
</MkPagination>
</MkPullToRefresh>
</template>
<script lang="ts" setup>