Revert "test"

This reverts commit 2b42e8f171.
This commit is contained in:
syuilo 2025-03-29 12:27:13 +09:00
parent 2b42e8f171
commit 3682c0069c

View file

@ -4,6 +4,7 @@ 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">
@ -19,6 +20,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkDateSeparatedList> </MkDateSeparatedList>
</template> </template>
</MkPagination> </MkPagination>
</MkPullToRefresh>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>