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