Commit d84acce8 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Doc: fix en form page break

parent 01f85b18
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
} }
}, 1000); }, 1000);
}; };
var vaildatePass = (rule, value, callback) => { var validatePass = (rule, value, callback) => {
if (value === '') { if (value === '') {
callback(new Error('Please input the password')); callback(new Error('Please input the password'));
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment