I can’t bear the obsessive-compulsive disorder and want to get rid of it
曾经蜡笔没有小新2017-06-12 09:28:47
The problem lies in the async-validator package...
./rule/
This directory corresponds to the rule directory in this package
You can see that rule only exports these few things
export default {
required: require('./required'),
whitespace: require('./whitespace'),
type: require('./type'),
range: require('./range'),
enum: require('./enum'),
pattern: require('./pattern'),
};
There is no error