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