vue表单验证----vee-validate使用教程 官网:https://baianat.github.io/vee-validate/ 一.安装 npm install vee-validate --save 直接安装会报错: __WEBPACK_IMPORTED_MODULE_2_vee_validate__.a.addLocale is not a function vee-validate的版本问题,回退到2.0.0-rc.25就可以了.可以先卸载npm uninstall vee-
如果直接使用Element做时间选择器,其规则(rules)不添加type:'date',会提示类型错误,处理这个需要规范值的类型为date. 时间格式化过滤器 import Vue from 'vue' import service from './service.js' import onlineIcon from '@/assets/img/map/tsp_green.png' import unlineIcon from '@/assets/img/map/tsp_gray.png' i