javascript - What is the problem with this kind of warning?
仅有的幸福
仅有的幸福 2017-06-12 09:26:47
0
1
603

I can’t bear the obsessive-compulsive disorder and want to get rid of it

仅有的幸福
仅有的幸福

reply all(1)
曾经蜡笔没有小新

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template