generated from alphane/template
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
import { isEmpty, isNil } from "lodash"
|
||||
import { computed, ref, watch } from "vue"
|
||||
|
||||
import { MAX_PER_PAGE } from "@/api/base-api"
|
||||
import useFlashcardDeck from "@/use/use-flashcard-deck"
|
||||
import useFlashcards, { type Flashcard, FlashcardQueryOptions } from "@/use/use-flashcards"
|
||||
|
||||
@@ -113,6 +114,7 @@ const flashcardsQueryOptions = computed<FlashcardQueryOptions>(() => {
|
||||
where: {
|
||||
flashcardDeckId: flashcardDeck.value?.id,
|
||||
},
|
||||
perPage: MAX_PER_PAGE,
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user