ページのおすすめにページネーションが効くように(fe)

This commit is contained in:
kakkokari-gtyih 2024-11-07 11:15:44 +09:00
parent 5b6146e348
commit 6da983385d

View file

@ -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,