mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-24 15:10:48 +08:00
feat: 分页加载 个数修改
This commit is contained in:
@@ -162,7 +162,7 @@ export default {
|
||||
|
||||
const articles = ref([])
|
||||
const page = ref(0)
|
||||
const pageSize = 5
|
||||
const pageSize = 10
|
||||
const allLoaded = ref(false)
|
||||
|
||||
const loadOptions = async () => {
|
||||
|
||||
Reference in New Issue
Block a user