mirror of
https://github.com/silenty4ng/k5web
synced 2025-04-19 00:29:49 +00:00
update
This commit is contained in:
parent
9bd2347d06
commit
fadd7ef64b
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
|||
pageSize: number,
|
||||
nowPage: number
|
||||
} = reactive({
|
||||
renderData: Array.from({length: 200}).map(e=>{return {}}),
|
||||
renderData: Array.from({length: 200}).map(e=>{return {scanlist: []}}),
|
||||
pageSize: 15,
|
||||
nowPage: 1,
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue