component-shipinlv 1.0.25 → 1.0.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -100,6 +100,9 @@ var Reg = function Reg(_ref) {
100
100
  rules: [{
101
101
  required: true,
102
102
  message: '请输入'
103
+ }, {
104
+ min: 4,
105
+ message: '最短4个字符'
103
106
  }
104
107
  // {
105
108
  // pattern: /^([a-z0-9]+[_\-.]?)*[a-z0-9]+@([a-z0-9]+[_\-.]?)*[a-z0-9]+\.[a-z]{2,10}$/i,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",