element-assits 0.0.80 → 0.0.82

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/README.md CHANGED
@@ -62,7 +62,7 @@ Vue 原型上挂载了 `$asyncLoad` 方法(与asyncLoad相同)
62
62
  | innerPagination | 内部 - 分页 | Boolean \| Object | undefined|
63
63
  | innerOperation | 内部 - 操作栏(尾列)| Boolean \| Object | undefined|
64
64
  |     .maxNumOfBtn|最大显示的按钮数,溢出折叠|Number|3|
65
- |     .enableAutoWidth|是否自动计算宽度(当按钮动态时)|Boolean|false|
65
+ |     .enableAutoWidth|是否自动计算宽度(当按钮动态时)|Boolean|true|
66
66
 
67
67
  #### methods
68
68
  | 方法名 | 说明 | 参数 |