修改校验提示文字

This commit is contained in:
xiaoshen746 2017-11-29 10:28:32 +08:00
parent 921dae6599
commit c6742748b9

View File

@ -68,7 +68,7 @@ export default {
{
min: 4,
max: 100,
message: "请输入5-50个字符",
message: "请输入4-100个字符",
trigger: "blur"
}
]