vue表单验证定位到错误的地方

日期选择器:
<
DatePicker ref="date" class="ivu-date-unit" type="date" format="yyyy-MM-dd" placeholder="请选择结束日期" :transfer="true" :editable="false" :transfer-class-name="'ivu-date-unit'"></DatePicker> 定位方法: this.$refs.date.focus();
原文地址:https://www.cnblogs.com/stella1024/p/12564622.html