@deanwu/vue-component-library 1.0.119 → 1.0.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102847,6 +102847,10 @@ var checkItem = function (opt, data, name, next) {
102847
102847
  message: rule
102848
102848
  }];
102849
102849
  }
102850
+ if (typeof rule == 'function') {
102851
+ next && next(!!rule());
102852
+ return;
102853
+ }
102850
102854
  if (!rule || !rule.length) {
102851
102855
  next && next(true);
102852
102856
  return;