Merge branch 'main' into example

This commit is contained in:
Soybean
2025-12-23 11:26:29 +08:00
14 changed files with 982 additions and 1301 deletions

View File

@@ -127,6 +127,7 @@ export function useNaivePaginatedTable<ResponseData, ApiData>(
getColumns,
onFetched: data => {
pagination.itemCount = data.total;
pagination.pageSize = data.pageSize;
}
});