美文网首页
ios使用mint-ui的mt-picker或者时间控件时滑动穿

ios使用mint-ui的mt-picker或者时间控件时滑动穿

作者: SunShine_2145 | 来源:发表于2019-11-06 14:44 被阅读0次

    直接附上代码:vue用法@touchmove.prevent(阻止默认事件)

     <div @touchmove.prevent>

          <mt-datetime-picker

            v-model="pickerValue"

            type="date"

            ref="picker"

            :startDate="startDate"

            :endDate="endDate"

            @confirm="handleConfirm"

          >

          </mt-datetime-picker>

        </div>

    切记加在父盒子上,简单粗暴搞定

    相关文章

      网友评论

          本文标题:ios使用mint-ui的mt-picker或者时间控件时滑动穿

          本文链接:https://www.haomeiwen.com/subject/loyubctx.html