chore: Remove the unnecessary pagesize attribute

pull/38/head
xingyu 2023-10-15 17:33:42 +08:00
parent ced9f8ca2c
commit 0b3a5f2ff3
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ export function usePagination(refProps: ComputedRef<BasicTableProps>) {
return {
current: 1,
pageSize: PAGE_SIZE,
size: 'small',
defaultPageSize: PAGE_SIZE,
showTotal: total => t('component.table.total', { total }),