component_ryl 1.0.68 → 1.0.70

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
@@ -187,6 +187,11 @@
187
187
  # type: Boolean,
188
188
  # default: false
189
189
  # },
190
+ # // 页码按钮的数量,当总页数超过该值时会折叠(大于等于 5 且小于等于 21 的奇数)
191
+ # pagerCount: {
192
+ # type: Number,
193
+ # default: 7
194
+ # },
190
195
  # }
191
196
 
192
197
  # 4.数字or金额输入框 -- handInput (基本用不上)
@@ -336,7 +341,7 @@
336
341
  #1.0.62: 置顶 v-number 正则替换空 为 0
337
342
  #1.0.63: 菜单栏,添加hot动画展示
338
343
  #1.0.67: header组件结构更新
339
-
344
+ #1.0.69: header组件结构更新(新增了验证图片加载完成事件,主要是处理计算高度时,有图片未加载完成,从而影响内容区域的高度计算)
340
345
 
341
346
  ```
342
347