mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-15 23:11:02 +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 = {
|
const featuredPagesPagination = {
|
||||||
endpoint: 'pages/featured' as const,
|
endpoint: 'pages/featured' as const,
|
||||||
noPaging: true,
|
limit: 5,
|
||||||
|
offsetMode: true,
|
||||||
};
|
};
|
||||||
const myPagesPagination = {
|
const myPagesPagination = {
|
||||||
endpoint: 'i/pages' as const,
|
endpoint: 'i/pages' as const,
|
||||||
|
|
Loading…
Reference in a new issue