mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-27 11:10:12 +08:00
fix #1100
This commit is contained in:
@@ -47,7 +47,7 @@ const loading = ref(false)
|
|||||||
const totalItems = ref(0)
|
const totalItems = ref(0)
|
||||||
|
|
||||||
// 每页条数
|
// 每页条数
|
||||||
const itemsPerPage = ref(25)
|
const itemsPerPage = ref(50)
|
||||||
|
|
||||||
// 当前页码
|
// 当前页码
|
||||||
const currentPage = ref(1)
|
const currentPage = ref(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user