v1.12.38
- Scroll, IndexList, ScrollNavBar, ScrollNav: fix scrolling bounce bug when iOS sys version >= 13.4. As https://github.com/ustbhuangyi/better-scroll/issues/978 .
v1.12.34
- Radio: 修复默认插槽模式下,v-model获取不到值问题
- Input: 增加
pattern
Prop - SegmentPicker: 修复隐藏没有动画问题
- TimePicker: 修复再次打开时选择项重置问题
- createAPI: 修复特殊情况下销毁时报错
- Radio: fix v-model can not get value in default slot mode
- Input: add
pattern
Prop - SegmentPicker: fix no transition when hide
- TimePicker: fix selected item changed when reopen in some cases
- createAPI: fix destroy error in some cases