element-assits 0.0.72 → 0.0.73

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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/lib/index.js +827 -826
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -290,6 +290,7 @@ el-scrollbar 衍生,优化样式
290
290
  |height|组件高度|Number \| String| auto |
291
291
  |maxHeight|当自动高度时,限制最大高度|Number| 500 |
292
292
  |itemSize|单项高度|Number|32|
293
+ |redundancy|渲染总数,影响流畅度和性能|Number|60|
293
294
  |checkbox|是否显示多选框|Boolean|false|
294
295
  |disableCheckbox|是否禁止多选框|Boolean|false|
295
296
  |noDataText|无数据时的文本|String|暂无数据|