更新
This commit is contained in:
@@ -30,6 +30,7 @@ export function useData() {
|
||||
const pagination = ref({
|
||||
total: 0,
|
||||
pageSize: 10,
|
||||
pageSizes: [10, 20, 50, 100],
|
||||
currentPage: 1,
|
||||
background: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user