From 125127e86821a6c341c20585fae70a62f5ad3811 Mon Sep 17 00:00:00 2001 From: Simo-C3 Date: Sat, 15 Apr 2023 20:57:14 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=E3=83=87=E3=83=90=E3=83=83=E3=82=B0?= =?UTF-8?q?=E7=94=A8=E3=81=AE=E8=A8=98=E8=BF=B0=E3=82=92=E5=85=83=E3=81=AB?= =?UTF-8?q?=E6=88=BB=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 4d9539a..5368b5b 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -48,15 +48,6 @@ import { Query } from '@/utils/query' workFilterStore.setOnPageName('top') } const query = new Query() - query.create( - undefined, - undefined, - undefined, - undefined, - undefined, - undefined, - 5 - ) if ( workFilterStore.getUseConditionsWhenAsyncData && workFilterStore.getOnPageName === 'top' @@ -86,7 +77,7 @@ export default class Index extends Vue { isWorksEmpty: boolean = false nextContentLoadProcessing: boolean = false bottom: number = 0 - limit: number = 5 + limit: number = 30 @Ref() workList!: HTMLDivElement