Skip to content

Commit

Permalink
fix: increase books perPage
Browse files Browse the repository at this point in the history
  • Loading branch information
ufaboy committed Aug 11, 2024
1 parent d7d634f commit 56ff491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lib-vue",
"private": true,
"version": "1.11.0",
"version": "1.11.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/views/books/BookList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const { books, queryBooks, infinityState, loading, getBooks, isComics } = useBoo
const { slideLeftRight, touchStart, touchEnd } = useSwipe();
const { tags, getTags } = useTag();
queryBooks.value.perPage = 10;
queryBooks.value.perPage = 25;
const filterDialog = ref<InstanceType<typeof HTMLDialogElement>>();
Expand Down

0 comments on commit 56ff491

Please sign in to comment.