UNPKG

icx-meum-vue-common-module

Version:

icx-meum-vue-common-module

12 lines (11 loc) 367 B
/** * Created by wangbagang on 2017/2/15. */ export default { requiredError: (text) => `${text}不能为空`, phoneError: `请输入正确的手机号`, idCardError: `请输入正确身份证号`, vcodeError: `验证码不正确`, emailError: `请输入正确邮箱`, lengthError: (text, min, max) => `${text}长度必须在 ${min}${max} 之间` }