yxuse 3.0.100 → 3.0.101

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yxuse",
3
- "version": "3.0.100",
3
+ "version": "3.0.101",
4
4
  "keywords": [
5
5
  "yx"
6
6
  ],
@@ -35,7 +35,7 @@ export interface PageInfo {
35
35
  /** 分页条数集合 */
36
36
  sizes?: number[];
37
37
  /***分页其他配置 */
38
- config: any;
38
+ config?: any;
39
39
  }
40
40
  export interface Operate {
41
41
  /**操作栏label */