mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-03-03 09:36:35 +00:00
Set page size default to 50
This commit is contained in:
@@ -212,7 +212,7 @@ const sortBy = ref([{ key: "score", order: "desc" }]);
|
||||
:items="filteredTopics"
|
||||
:sort-by="sortColumn"
|
||||
v-model:sortBy="sortBy"
|
||||
:items-per-page="25"
|
||||
:items-per-page="50"
|
||||
>
|
||||
<template #item.title="{ item }">
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user