ページのおすすめにページネーションが効くように(fe)
This commit is contained in:
parent
5b6146e348
commit
6da983385d
|
@ -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