mirror of https://github.com/halo-dev/halo-admin
fix: incorrect default pagination number of attachment list
parent
de2612da27
commit
58be3bb334
|
@ -135,7 +135,7 @@ function handleClearFilters() {
|
|||
|
||||
const keyword = ref<string>("");
|
||||
const page = ref<number>(1);
|
||||
const size = ref<number>(20);
|
||||
const size = ref<number>(60);
|
||||
|
||||
const {
|
||||
attachments,
|
||||
|
|
Loading…
Reference in New Issue