Updated pagination size
This commit is contained in:
parent
6b2f7b61cb
commit
0ea6a21b90
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Vue.createApp({
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
page: query.page || 1,
|
page: query.page || 1,
|
||||||
totalPages: 1,
|
totalPages: 1,
|
||||||
limit: 16,
|
limit: 24,
|
||||||
artist: "",
|
artist: "",
|
||||||
format: "",
|
format: "",
|
||||||
year: "",
|
year: "",
|
||||||
|
|
Loading…
Reference in a new issue