Vue:自定义验证commonValidator.js

松嘉颖
2023-12-01
/**
 * 自定义校验
 */
import moment from 'moment'

const CommonValidator = {
   
  data() {
   
    return {
   
      countReg: /^\d{
   1,}?$/,
      moneyReg: /^\d{
   1,}?(\.\d{
   0,2})?$/
    }
  },
 类似资料: