diff --git a/packages/frontend/src/components/MkPagination.vue b/packages/frontend/src/components/MkPagination.vue index b90fe37cf..5a4930f9b 100644 --- a/packages/frontend/src/components/MkPagination.vue +++ b/packages/frontend/src/components/MkPagination.vue @@ -26,7 +26,7 @@ - +
{{ i18n.ts.loadMore }} @@ -123,6 +123,7 @@ let scrollRemove = $ref<(() => void) | null>(null); * 最新が0番目 */ const items = ref(new Map()); +const prividingItems = computed(() => Array.from(items.value.values())); /** * タブが非アクティブなどの場合に更新を貯めておく