@mineadmin/table 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ import type { CSSProperties } from 'vue';
4
4
  * @see {@link https://element-plus.org/zh-CN/component/pagination.html#%E5%B1%9E%E6%80%A7}
5
5
  */
6
6
  export interface PaginationProps {
7
- total: number;
7
+ total?: number;
8
8
  pageSize?: number;
9
9
  currentPage?: number;
10
10
  size?: '' | 'small' | 'default' | 'large';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mineadmin/table",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "packageManager": "pnpm@8.6.10",
5
5
  "description": "基于element plus的表格组件,进行封装,提供方便、灵活的配置和使用方式",
6
6
  "keywords": [