validate.js 112 Bytes Raw Blame History Permalink 1 2 3 4 5 6 export const maxSizeValidate = { min: 1, max: 30, message: '最多输入30个字符', trigger: 'blur' }