【备忘录】mint-ui datepicker组件双重滚动问题

<div @touchmove.prevent>
  <mt-datetime-picker
  ref="picker"
  :type="factor.attrs.type || 'date'"
  :startDate="startDate"
  :endDate="factor.endDate"
  v-model="pickerValue"
  :closeOnClickModal="closeOnClickModal"
  @confirm="handleConfirm()">
  </mt-datetime-picker>
</div>
 
参考:https://github.com/ElemeFE/mint-ui/issues/891
posted @ 2018-08-29 17:40  xiaoroad  阅读(152)  评论(0编辑  收藏  举报