错别字

This commit is contained in:
rickcole 2019-06-03 16:43:24 +08:00
parent 40377a4bee
commit 4a47fcf2dd

View File

@ -148,7 +148,7 @@ export const validateMessages: {
isEmail: 'Email 格式不正确',
isRequired: '这是必填项',
isUrl: 'Url 格式不正确',
isInt: '请输入整数字',
isInt: '请输入整数字',
isAlpha: '请输入字母',
isNumeric: '请输入数字',
isAlphanumeric: '请输入字母或者数字',