Skip to content

Commit

Permalink
[fix] デバッグ用の記述を元に戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
Simo-C3 committed Apr 15, 2023
1 parent e401abc commit 125127e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 125127e

Please sign in to comment.