From f34bcf0c1d8bb34da0f747cecadc99bb2118e85a Mon Sep 17 00:00:00 2001 From: tamaina Date: Thu, 24 Aug 2023 06:34:30 +0000 Subject: [PATCH] fix --- packages/frontend/src/components/MkPagination.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/frontend/src/components/MkPagination.vue b/packages/frontend/src/components/MkPagination.vue index 6e116d382..5340f70f0 100644 --- a/packages/frontend/src/components/MkPagination.vue +++ b/packages/frontend/src/components/MkPagination.vue @@ -13,7 +13,7 @@ SPDX-License-Identifier: AGPL-3.0-only > - +
@@ -31,7 +31,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- +
{{ i18n.ts.loadMore }} @@ -128,7 +128,7 @@ let scrollRemove = $ref<(() => void) | null>(null); * 最新が0番目 */ const items = ref(new Map()); -const prividingItems = computed(() => Array.from(items.value.values())); +const providingItems = computed(() => Array.from(items.value.values())); /** * タブが非アクティブなどの場合に更新を貯めておく