摘要: props: { value: { // type设置多个类型 type: Number | null, required: true } } 阅读全文
posted @ 2023-04-21 15:32 小阿飞ZJF 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 1、设置开始时间不能大于结束时间 <el-date-picker type="date" placeholder="开始时间" v-model="startTime" :picker-options="pickerOptionsStart"></el-date-picker> <el-date-pi 阅读全文
posted @ 2023-04-21 15:25 小阿飞ZJF 阅读(391) 评论(0) 推荐(0) 编辑
摘要: codepen体验地址 github地址 安装、引入 npm install vue-input-directive --save import Vue from 'vue' import inputValidate from 'vue-input-directive' Vue.use(inputV 阅读全文
posted @ 2023-04-21 15:10 小阿飞ZJF 阅读(119) 评论(0) 推荐(0) 编辑