search

Home  >  Q&A  >  body text

javascript - What is the problem with this kind of warning?

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

仅有的幸福仅有的幸福2726 days ago585

reply all(1)I'll reply

  • 曾经蜡笔没有小新

    曾经蜡笔没有小新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

    reply
    0
  • Cancelreply