Doc: fix en form page break

pull/6153/head
Leopoldthecoder 2017-07-28 23:04:36 +08:00 committed by 杨奕
parent 01f85b1831
commit d84acce8a1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
}
}, 1000);
};
var vaildatePass = (rule, value, callback) => {
var validatePass = (rule, value, callback) => {
if (value === '') {
callback(new Error('Please input the password'));
} else {