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