mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 01:30:23 +01:00
ページのおすすめにページネーションが効くように(fe)
This commit is contained in:
parent
5b6146e348
commit
6da983385d
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ const tab = ref('featured');
|
|||
|
||||
const featuredPagesPagination = {
|
||||
endpoint: 'pages/featured' as const,
|
||||
noPaging: true,
|
||||
limit: 5,
|
||||
offsetMode: true,
|
||||
};
|
||||
const myPagesPagination = {
|
||||
endpoint: 'i/pages' as const,
|
||||
|
|
Loading…
Reference in a new issue