component_ryl 1.0.69 → 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 (基本用不上)