feat: 分页加载 个数修改

This commit is contained in:
Tim
2025-07-23 15:04:27 +08:00
parent 70e3a4efd2
commit 6a0672cf8c

View File

@@ -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 () => {