We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined
https://codesandbox.io/s/vue
1.增加自定义校验 Validator.addRule('ipv4', (val) => { return false; }); Validator.addMessage('ipv4', () => { return 'wrongIpAddress'; });
正常生效
不生效
vue: better-scroll:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
undefined
Reproduction link
https://codesandbox.io/s/vue
Steps to reproduce
1.增加自定义校验
Validator.addRule('ipv4', (val) => {
return false;
});
Validator.addMessage('ipv4', () => {
return 'wrongIpAddress';
});
What is expected?
正常生效
What is actually happening?
不生效
Dependencies Version
vue:
better-scroll:
The text was updated successfully, but these errors were encountered: